Nouveau theme avec petite font

This commit is contained in:
Rodolphe Quiedeville 2004-08-16 12:58:16 +00:00
parent 1e3eb68949
commit 1c915cf267

View File

@ -22,7 +22,7 @@ body
{ {
background: #dcdad5; background: #dcdad5;
margin: 0px; margin: 0px;
font-family: sans-serif; font-size: 0.9em; font-family: sans-serif; font-size: 0.8em;
} }
/* /*
@ -265,12 +265,12 @@ tr.box_titre {
tr.box_pair { tr.box_pair {
background: #dfdfdf; background: #dfdfdf;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.8em; font-size: 0.7em;
} }
tr.box_impair { tr.box_impair {
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.8em; font-size: 0.7em;
} }
tr.fiche { tr.fiche {
@ -296,10 +296,10 @@ td.valid {
font-weight: bold; } font-weight: bold; }
td.small { td.small {
font-size: 0.8em; } font-size: 0.7em; }
tr.nonpayed { tr.nonpayed {
font-size: 0.8em; font-size: 0.7em;
font-weight: bold; } font-weight: bold; }
/* /*
* *
@ -318,7 +318,7 @@ p#powered-by-dolibarr a {
border: 1px solid black; border: 1px solid black;
text-decoration: none; text-decoration: none;
color: black; color: black;
font-size: 0.9em; font-size: 0.8em;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }