minor cosmetic fix

This commit is contained in:
SJ 2013-02-24 19:35:56 +01:00
parent 28a85ef44c
commit c9b3396e39
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#menu .leftcell { display: table-cell; width: 490px; text-align: justify; } #menu .leftcell { display: table-cell; width: 490px; text-align: justify; }
#menu .rightcell { display: table-cell; width: 490px; text-align: right; font: normal 12px Arial, sans-serif; margin: 0; padding: 0; } #menu .rightcell { display: table-cell; width: 490px; text-align: right; font: normal 12px Arial, sans-serif; margin: 0; padding: 0; }
#menu .logout22 { float: right; text-align: right; } #menu .logout22 { float: right; text-align: right; }
#menu .logout22_admin { float: right; text-align: right; font: normal 11px Arial, sans-serif; }
#menu a:link.logout, a:visited.logout { color: #222; } #menu a:link.logout, a:visited.logout { color: #222; }
#menu a:hover.logout { background: #F3D673; } #menu a:hover.logout { background: #F3D673; }

View File

@ -41,7 +41,7 @@
</div> </div>
<div class="rightcell"> <div class="rightcell">
<div class="logout22_admin"> <div class="logout22">
<?php if(isset($_SESSION['realname'])) { print $text_realname; ?>: <?php print $_SESSION['realname']; ?>, <?php } ?> <a class="logout" href="logout.php"<?php if(strstr($_SERVER['QUERY_STRING'], "login/logout")){ ?> id="active"<?php } ?>><?php print $text_logout; ?></a> <?php if(isset($_SESSION['realname'])) { print $text_realname; ?>: <?php print $_SESSION['realname']; ?>, <?php } ?> <a class="logout" href="logout.php"<?php if(strstr($_SERVER['QUERY_STRING'], "login/logout")){ ?> id="active"<?php } ?>><?php print $text_logout; ?></a>
</div> </div>
</div> </div>