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