for multi entity icon display

This commit is contained in:
Philippe Grand 2011-01-06 15:54:44 +00:00
parent 08bfba544c
commit 1a1572c915
2 changed files with 18 additions and 9 deletions

View File

@ -432,8 +432,9 @@ foreach($mainmenuusedarray as $key => $val)
div.login { div.login {
position: absolute; position: absolute;
<?php print $right; ?>: 30px; <?php print $right; ?>: 60px;
padding: 12px 8px; top: 10px;
padding: 0px 8px;
margin: 0px 0px 1px 0px; margin: 0px 0px 1px 0px;
font-weight: bold; font-weight: bold;
} }
@ -445,9 +446,10 @@ div.login a:hover {
text-decoration:underline; text-decoration:underline;
} }
img.login, img.printer { img.login, img.printer, img.entity {
position: absolute; position: absolute;
<?php print $right; ?>: 20px; <?php print $right; ?>: 25px;
top: -1px;
padding: 10px 0px 0px 0px; padding: 10px 0px 0px 0px;
text-decoration: none; text-decoration: none;
color: white; color: white;
@ -456,6 +458,9 @@ img.login, img.printer {
img.printer { img.printer {
<?php print $right; ?>: 4px; <?php print $right; ?>: 4px;
} }
img.entity {
<?php print $right; ?>: 48px;
}
/* ============================================================================== */ /* ============================================================================== */

View File

@ -451,8 +451,8 @@ foreach($mainmenuusedarray as $key => $val)
div.login { div.login {
position: absolute; position: absolute;
<?php print $right; ?>: 30px; <?php print $right; ?>: 60px;
top: 3px; top: 10px;
padding: 0px 8px; padding: 0px 8px;
margin: 0px 0px 1px 0px; margin: 0px 0px 1px 0px;
font-weight: bold; font-weight: bold;
@ -465,10 +465,11 @@ div.login a:hover {
text-decoration:underline; text-decoration:underline;
} }
img.login, img.printer { img.login, img.printer, img.entity {
position: absolute; position: absolute;
<?php print $right; ?>: 20px; <?php print $right; ?>: 25px;
top: 3px; top: -1px;
padding: 10px 0px 0px 0px;
text-decoration: none; text-decoration: none;
color: white; color: white;
font-weight: bold; font-weight: bold;
@ -476,6 +477,9 @@ img.login, img.printer {
img.printer { img.printer {
<?php print $right; ?>: 4px; <?php print $right; ?>: 4px;
} }
img.entity {
<?php print $right; ?>: 48px;
}
/* ============================================================================== */ /* ============================================================================== */