diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-26 23:36:46 -0600 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-27 07:37:07 -0700 |
| commit | 0c6840dea28f9bd5d3bc15704708e51ed60aded9 (patch) | |
| tree | 47b91ff10865ce1ba1edd4707d7b05b7e679a65a /themes/admin_wind/views | |
| parent | 02b6366dd2be9d9834eb1a4358960bb6ac6c662b (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.php | 2 |
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(), "← ".t("Back to the Gallery")) ?></li> <li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li> </ul> |
