diff options
Diffstat (limited to 'themes/admin_default')
-rw-r--r-- | themes/admin_default/css/screen.css | 7 | ||||
-rw-r--r-- | themes/admin_default/views/admin.html.php | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index a4f6bb00..7c01955a 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -60,12 +60,7 @@ } #gHeader #gLoginMenu { - float: right; - margin: 1em 0 0 1em; -} - -#gHeader #gLoginMenu li { - margin: 0 0 0 1em; + margin-right: 0; } #gContent .gBlock h2 { diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index f05f24eb..a8650068 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -35,7 +35,7 @@ <?= $theme->admin_menu() ?> </div> <ul id="gLoginMenu"> - <li><?= html::anchor("albums/1", "Browse the Gallery") ?></li> + <li class="first"><?= html::anchor("albums/1", "Browse the Gallery") ?></li> <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li> </ul> <?= $theme->admin_header_bottom() ?> |