From 5d6ae0ce66d4716b94361480b4e418f600c45eb8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 13 Feb 2003 16:57:15 +0000 Subject: [PATCH] Ajout style box --- htdocs/theme/yellow/dolibarr.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/htdocs/theme/yellow/dolibarr.css b/htdocs/theme/yellow/dolibarr.css index 6b1ad70112c..f9e48e16cc9 100644 --- a/htdocs/theme/yellow/dolibarr.css +++ b/htdocs/theme/yellow/dolibarr.css @@ -109,6 +109,31 @@ tr.impair background: #eeeecc; font-family: Helvetica, Verdana; font-size: 12px; } +/* + * + */ + +tr.box_titre +{ + background: #999966; + font-family: Helvetica, Verdana; font-size: 0.9em; font-weight: bold; + } + +tr.box_pair +{ + background: #dcdcb3; + font-family: Helvetica, Verdana; font-size: 0.8em; + } + +tr.box_impair +{ + background: #eeeecc; + font-family: Helvetica, Verdana; font-size: 0.8em; + } + +/* + * + */ input.flat {