for multi entity icon display

This commit is contained in:
Philippe Grand 2011-01-06 15:40:28 +00:00
parent 98956afd5c
commit 08bfba544c

View File

@ -488,7 +488,7 @@ li.tmenu a.tmenudisabled {
div.login { div.login {
position: absolute; position: absolute;
<?php print $right; ?>: 40px; <?php print $right; ?>: 60px;
top: 5px; top: 5px;
padding: 0px 8px; padding: 0px 8px;
margin: 0px 0px 1px 0px; margin: 0px 0px 1px 0px;
@ -502,7 +502,7 @@ 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; ?>: 25px; <?php print $right; ?>: 25px;
top: -3px; top: -3px;
@ -514,6 +514,10 @@ img.login, img.printer {
img.printer { img.printer {
<?php print $right; ?>: 4px; <?php print $right; ?>: 4px;
} }
img.entity {
<?php print $right; ?>: 45px;
}
/* ============================================================================== */ /* ============================================================================== */