diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 672403fdb1f27..4743e26ee8a73 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -627,7 +627,7 @@ .login_block_elem { float: right; vertical-align: top; - padding: 0px 0px 0px 4px !important; + padding: 8px 0px 0px 4px !important; } .alogin, .alogin:hover { @@ -640,7 +640,7 @@ } img.login, img.printer, img.entity { - padding: dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px; + padding: 0px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; color: white; diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index ef10a847d9a47..d739c71f93c0d 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -697,7 +697,7 @@ .login_block_elem { float: right; vertical-align: top; - padding: 0px 0px 0px 4px !important; + padding: 8px 0px 0px 4px !important; } .alogin, .alogin:hover { @@ -710,8 +710,8 @@ } img.login, img.printer, img.entity { - padding: dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px; - margin: 0px 0px 0px 8px; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 4px; text-decoration: none; color: white; font-weight: bold;