diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 1f9cd1130c4..b4d06c820a1 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1,7 +1,7 @@ +/* Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2006 Rodolphe Quiedeville - * Copyright (C) 2007-2010 Regis Houssin + * Copyright (C) 2007-2011 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -430,13 +430,23 @@ foreach($mainmenuusedarray as $key => $val) /* Login */ +div.login_block { + position: absolute; + white-space: nowrap; + : 5px; + top: 5px; + font-weight: bold; +} + +div.login_block table { + display: inline; +} + div.login { - position: absolute; - : 48px; - top: 12px; - padding: 0px 8px; - margin: 0px 0px 0px 0px; - font-weight: bold; + display: inline; + padding: 0px 5px; + margin: 0px 0px 1px 0px; + font-weight: bold; } div.login a { color: #234046; @@ -447,19 +457,11 @@ div.login a:hover { } img.login, img.printer, img.entity { - position: absolute; - : 25px; - top: -1px; - padding: 10px 0px 0px 0px; - text-decoration: none; - color: white; - font-weight: bold; -} -img.printer { - : 4px; -} -img.entity { - : 48px; + padding: 8px 0px 0px 0px; + margin: 0px 0px 0px 8px; + text-decoration: none; + color: white; + font-weight: bold; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 005bfaf4f6b..3325897aa69 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -451,7 +451,6 @@ foreach($mainmenuusedarray as $key => $val) div.login_block { position: absolute; - white-space: nowrap; : 5px; top: 10px; font-weight: bold;