summaryrefslogtreecommitdiff
path: root/themes/admin_default
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-03 01:11:20 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-03 01:11:20 +0000
commita57ede2f96babc216538f0115561c6e4f94eb79d (patch)
treee1a93a052909aea4cbcb8f24f60ff0840c7acaa4 /themes/admin_default
parent7db1758e93775c3f59c4a874da36225585dcbab5 (diff)
Added default user avatar. Comment thread updates, including display of avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css.
Diffstat (limited to 'themes/admin_default')
-rw-r--r--themes/admin_default/css/screen.css7
-rw-r--r--themes/admin_default/views/admin.html.php2
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() ?>