Przeglądaj źródła

[Global] Bug retour system pay

feature/tableau_edition_avancee
Fab 4 lat temu
rodzic
commit
20490cd839
2 zmienionych plików z 7 dodań i 1 usunięć
  1. +6
    -1
      ShopBundle/Resources/public/css/backend/custom.css
  2. +1
    -0
      ShopBundle/Resources/public/sass/backend/custom.scss

+ 6
- 1
ShopBundle/Resources/public/css/backend/custom.css Wyświetl plik

@@ -851,8 +851,13 @@ table.products-collection-table tr.disabled {
margin-right: 10px;
}

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

/* Tickets */
/* line 300, ../../sass/backend/custom.scss */
/* line 301, ../../sass/backend/custom.scss */
#ticket-list .btn-sm {
display: block;
}

+ 1
- 0
ShopBundle/Resources/public/sass/backend/custom.scss Wyświetl plik

@@ -292,6 +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;}


/* Tickets */

Ładowanie…
Anuluj
Zapisz