diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-03 13:28:26 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-03 13:28:26 -0800 |
| commit | 93ec51aa0fd91e1534563d9e9514e85be4e3ce2e (patch) | |
| tree | 012d6ff2c9fda6c7812d6f4397396b627ffd606c /modules/gallery/views | |
| parent | 595e03b556a8675844f868778c65f79e1b632d24 (diff) | |
| parent | 192b11724ef315ebaabb3088a0daba1450fd7df0 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/login.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php index a7734369..4c13ef4b 100644 --- a/modules/gallery/views/login.html.php +++ b/modules/gallery/views/login.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<ul id="g-login-menu" class="g-inline g-right"> +<ul id="g-login-menu" class="g-inline ui-helper-clearfix"> <? if ($user->guest): ?> <li class="g-first"> <a href="<?= url::site("login/ajax") ?>" |
