diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-02 06:53:13 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-02 06:53:13 -0800 |
| commit | 85a2ad80f92be4ac52d777ca0a8ec60a3e0e8a29 (patch) | |
| tree | ed0efdbee46420a1ec47b06fe07eda8a57cd29be /modules/gallery | |
| parent | 809e738536b6639bb42ecae8eb1e183543fed93c (diff) | |
| parent | e9e871acfc7f82ea30cc21d85ab380f7a8ea57f8 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery')
| -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") ?>" |
