From 71a9bc219a85cbb0ef2d20e0d3ea3b50ccf07f63 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 23 Nov 2005 16:01:03 +0000 Subject: [PATCH] Ajout div.version --- htdocs/theme/eldy/eldy.css.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 94f4baacd92..d9bedd0c665 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -819,6 +819,14 @@ tr.nonpayed { } +div.version { + background: #F4F4F4; + text-align: right; + font-size: 9px; + margin: 1px 0em 0em 0em; + padding: 2px; +} + /* ============================================================================== */ /* Calendar */ @@ -905,4 +913,4 @@ cursor: hand; #corpForm .normal { /*** Retour à l'état normal après l'utilisation ***/ background: white; color: black; -} \ No newline at end of file +}