From e372a17c2ab1e9780dbdec147b82e939e4c97172 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 23 Aug 2005 19:04:20 +0000 Subject: [PATCH] Ajout css pour formulaire --- htdocs/theme/eldy/eldy.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 1fcd235a323..fcc6cb23711 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -771,3 +771,22 @@ p#powered-by-dolibarr a { padding-right: 5px; padding-left: 5px; } + + +#corpForm fieldset { /*** Mise en forme des cadres ***/ + margin: 0; + font-style: normal; + padding: 0 1em 1em; + font-size: 12px; +} + + + +#corpForm .focus { /*** Mise en avant des champs en cours d'utilisation ***/ + background: beige; + color: black; +} +#corpForm .normal { /*** Retour à l'état normal après l'utilisation ***/ + background: white; + color: black; +} \ No newline at end of file