mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Utilisation du style liste_total pour les totaux.
This commit is contained in:
@@ -376,21 +376,32 @@ div.titre {
|
||||
*
|
||||
*/
|
||||
tr.liste_titre {
|
||||
background: #cacaca;
|
||||
border: 1px solid #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
white-space: nowrap }
|
||||
background: #cacaca;
|
||||
border: 1px solid #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
tr.liste_total {
|
||||
background: #F0F0F0;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
border-top: 1px solid #888888;
|
||||
}
|
||||
|
||||
tr.pair {
|
||||
background: #dfdfdf;
|
||||
border-bottom: 1px solid #000000;
|
||||
text-decoration: none }
|
||||
background: #dfdfdf;
|
||||
border-bottom: 1px solid #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
tr.impair {
|
||||
background: #dfdfdf;
|
||||
border-bottom: 1px solid #000000;
|
||||
text-decoration: none }
|
||||
background: #dfdfdf;
|
||||
border-bottom: 1px solid #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user