From 1c915cf26784186911e7c5e2fa508b60e87456cf Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 16 Aug 2004 12:58:16 +0000 Subject: [PATCH] Nouveau theme avec petite font --- htdocs/theme/dev/dev.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 77f8d1802de..213e5a5cbdc 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -22,7 +22,7 @@ body { background: #dcdad5; 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 { background: #dfdfdf; border-bottom: 1px solid #000000; - font-size: 0.8em; + font-size: 0.7em; } tr.box_impair { border-bottom: 1px solid #000000; - font-size: 0.8em; + font-size: 0.7em; } tr.fiche { @@ -296,10 +296,10 @@ td.valid { font-weight: bold; } td.small { - font-size: 0.8em; } + font-size: 0.7em; } tr.nonpayed { - font-size: 0.8em; + font-size: 0.7em; font-weight: bold; } /* * @@ -318,7 +318,7 @@ p#powered-by-dolibarr a { border: 1px solid black; text-decoration: none; color: black; - font-size: 0.9em; + font-size: 0.8em; padding-right: 5px; padding-left: 5px; -} \ No newline at end of file +}