summaryrefslogtreecommitdiff
path: root/themes/admin_wind/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-26 06:24:51 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-26 06:24:51 -0700
commit6fb116c53be947018e02de933d724273e76a251d (patch)
tree069bd0e465191ee539075698c9b4548e4837ce02 /themes/admin_wind/views
parentf0f7bc2d12c93bf1ba4a5d41bb82be87efd46cd6 (diff)
parentf517ef4baf48ef7e1f8cbf1ed073c13c0cdf131f (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/admin_wind/views')
-rw-r--r--themes/admin_wind/views/admin.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index b788eb93..bbdde734 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">
+ <ul id="g-login-menu" class="g-inline">
<li class="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>
@@ -70,7 +70,7 @@
</div>
<? endif ?>
</div>
- <div id="g-footer">
+ <div id="g-footer" class="g-inline ui-helper-clearfix">
<?= $theme->admin_footer() ?>
<div>
<?= $theme->admin_credits() ?>