Ajout du support des écritures ventilées.
[garradin.git] / www / admin / static / admin.css
index 21762a9..592039d 100644 (file)
@@ -170,7 +170,9 @@ dl dt label {
     font-weight: bold;
 }
 
     font-weight: bold;
 }
 
-fieldset dl dt b {
+fieldset dl dt b,
+fieldset table th b,
+fieldset legend b {
     color: #900;
     font-size: 0.7em;
     font-weight: normal;
     color: #900;
     font-size: 0.7em;
     font-weight: normal;
@@ -418,7 +420,7 @@ table.list.multi tr:nth-child(even) {
     background: inherit;
 }
 
     background: inherit;
 }
 
-table.list.multi tr:nth-child(4n+1), table.list.multi tr:nth-child(4n+2) {
+table.list.multi tr.odd {
     background: rgb(255, 174, 80);
     background: rgba(217, 134, 40, 0.2);
 }
     background: rgb(255, 174, 80);
     background: rgba(217, 134, 40, 0.2);
 }