summaryrefslogtreecommitdiff
path: root/themes/admin_wind/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-26 23:36:46 -0600
committerTim Almdal <tnalmdal@shaw.ca>2009-10-27 07:37:07 -0700
commit0c6840dea28f9bd5d3bc15704708e51ed60aded9 (patch)
tree47b91ff10865ce1ba1edd4707d7b05b7e679a65a /themes/admin_wind/views
parent02b6366dd2be9d9834eb1a4358960bb6ac6c662b (diff)
Put margin between g-inline items. Update login menu in the admin theme. Set h1 size in all g-dialogs, rather than a few specific ones.
Diffstat (limited to 'themes/admin_wind/views')
-rw-r--r--themes/admin_wind/views/admin.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index 38109c17..d88cabf6 100644
--- a/themes/admin_wind/views/admin.html.php
+++ b/themes/admin_wind/views/admin.html.php
@@ -43,7 +43,7 @@
<?= $theme->site_status() ?>
<div id="g-header">
<?= $theme->admin_header_top() ?>
- <ul id="g-login-menu" class="g-inline">
+ <ul id="g-login-menu" class="g-inline g-right">
<li class="g-first"><?= html::anchor(item::root()->abs_url(), "&larr; ".t("Back to the Gallery")) ?></li>
<li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&amp;continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li>
</ul>