Modif taille police

This commit is contained in:
Rodolphe Quiedeville 2004-08-18 15:00:02 +00:00
parent a3d758f27e
commit adbee91219

View File

@ -22,7 +22,7 @@ body
{ {
background: #dcdad5; background: #dcdad5;
margin: 0px; margin: 0px;
font-family: sans-serif; font-size: 0.8em; font-family: sans-serif; font-size: 0.7em;
} }
/* /*
@ -34,7 +34,7 @@ div.tabs
margin: 0em; margin: 0em;
padding: 0em 0em; padding: 0em 0em;
text-align: left; text-align: left;
font-family: sans-serif; font-size: 0.8em; font-family: sans-serif; font-size: 0.7em;
} }
@ -271,12 +271,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.7em; font-size: 0.6em;
} }
tr.box_impair { tr.box_impair {
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.7em; font-size: 0.6em;
} }
tr.fiche { tr.fiche {
@ -302,10 +302,10 @@ td.valid {
font-weight: bold; } font-weight: bold; }
td.small { td.small {
font-size: 0.7em; } font-size: 0.6em; }
tr.nonpayed { tr.nonpayed {
font-size: 0.7em; font-size: 0.6em;
font-weight: bold; } font-weight: bold; }
/* /*
* *
@ -324,7 +324,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.8em; font-size: 0.7em;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }