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 +}