Quellcode durchsuchen

[Global] Bug retour system pay

feature/tableau_edition_avancee
Fab vor 4 Jahren
Ursprung
Commit
c46503b250
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 */

Laden…
Abbrechen
Speichern