diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index f6901f2e16ebd5c0402b822c7f9f1e5efa0bdbb0..971415074d1184f9f5c302c386dd277b31675c7e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -432,8 +432,9 @@ foreach($mainmenuusedarray as $key => $val) div.login { position: absolute; - <?php print $right; ?>: 30px; - padding: 12px 8px; + <?php print $right; ?>: 60px; + top: 10px; + padding: 0px 8px; margin: 0px 0px 1px 0px; font-weight: bold; } @@ -445,9 +446,10 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer { +img.login, img.printer, img.entity { position: absolute; - <?php print $right; ?>: 20px; + <?php print $right; ?>: 25px; + top: -1px; padding: 10px 0px 0px 0px; text-decoration: none; color: white; @@ -456,6 +458,9 @@ img.login, img.printer { img.printer { <?php print $right; ?>: 4px; } +img.entity { + <?php print $right; ?>: 48px; +} /* ============================================================================== */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index b0b774f5ca139e40b2e72a304f9901e0711c9210..0da4b4b4c9689e6c7036922ce2922350d8ba92ee 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -451,8 +451,8 @@ foreach($mainmenuusedarray as $key => $val) div.login { position: absolute; - <?php print $right; ?>: 30px; - top: 3px; + <?php print $right; ?>: 60px; + top: 10px; padding: 0px 8px; margin: 0px 0px 1px 0px; font-weight: bold; @@ -465,10 +465,11 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer { +img.login, img.printer, img.entity { position: absolute; - <?php print $right; ?>: 20px; - top: 3px; + <?php print $right; ?>: 25px; + top: -1px; + padding: 10px 0px 0px 0px; text-decoration: none; color: white; font-weight: bold; @@ -476,6 +477,9 @@ img.login, img.printer { img.printer { <?php print $right; ?>: 4px; } +img.entity { + <?php print $right; ?>: 48px; +} /* ============================================================================== */