From 44ed9dbc94e5d82c279d8533de214484a0adeafa Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 24 Jul 2003 13:09:23 +0000 Subject: [PATCH] Ajout powered-by-dolibarr --- htdocs/theme/rodolphe/rodolphe.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index c2334765a2a..fc8183292c9 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -89,3 +89,20 @@ TR.impair text-decoration: none } +p#powered-by-dolibarr { + position: fixed; + margin: 0; + padding: 0; + bottom: 2px; + left: 0px; + z-index: 2; +} + +p#powered-by-dolibarr a { + border: 1px solid black; + text-decoration: none; + color: black; + font-size: 0.9em; + padding-right: 5px; + padding-left: 5px; +} \ No newline at end of file