ソースを参照

[Global] Bug retour system pay

feature/tableau_edition_avancee
Fab 4年前
コミット
c46503b250
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      ShopBundle/Resources/public/css/backend/custom.css
  2. +1
    -1
      ShopBundle/Resources/public/sass/backend/custom.scss

+ 1
- 1
ShopBundle/Resources/public/css/backend/custom.css ファイルの表示

@@ -852,7 +852,7 @@ table.products-collection-table tr.disabled {
}

/* line 295, ../../sass/backend/custom.scss */
#dashboard .table-condensed .btn {
#dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm {
white-space: nowrap;
}


+ 1
- 1
ShopBundle/Resources/public/sass/backend/custom.scss ファイルの表示

@@ -292,7 +292,7 @@ table.products-collection-table tr.disabled{opacity: 0.5}
#dashboard #range_date_interval {margin-bottom: 20px;}
#dashboard #range_date_interval label{float: left; margin-right: 20px;}
#dashboard #range_date_interval .form-check{float: left; margin-right: 10px;}
#dashboard .table-condensed .btn{white-space: nowrap;}
#dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm{white-space: nowrap;}


/* Tickets */

読み込み中…
キャンセル
保存