diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-01 19:11:58 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-01 19:11:58 -0700 |
commit | 80dedf77d80a3013aec61bd0f011ca611d3bc081 (patch) | |
tree | 28b5b37ba11a9f3bf21e2924ddcd9f4982d625f3 /modules | |
parent | 6524aa55b3fbb4a1a458404b5509218a106441cb (diff) |
Cleanup RTL styles even further. I think this gets wind and admin_wind looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning.
Diffstat (limited to 'modules')
-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") ?>" |