diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-07 21:52:45 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-07 21:52:45 -0600 |
commit | 03561649ea3d04d96c8911d39b05b71845912b1d (patch) | |
tree | 3e725e5a55a4f228da23caa8d37cc10d8ae8e5be /themes/wind/css | |
parent | 609072d3b94b403faedb4d3a36a53aee9432fe60 (diff) |
Grouped rtl styles in the admin theme. Removed #g-forgot-password-link, it doesn't style the element. Added g-left and g-right in missing places.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index fe1025cc..409cbcad 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -890,14 +890,15 @@ form .g-error, text-align: right; } +.rtl .g-right, .rtl #g-header #g-quick-search-form, -.rtl #g-reset-password, .rtl #g-header #g-login-menu, .rtl .ui-icon-right .ui-icon { clear: left; float: left; } +.rtl .g-left, .rtl #g-dialog .g-cancel, .rtl form ul ul li, .rtl input[type="submit"], @@ -912,4 +913,3 @@ form .g-error, .rtl .ui-icon-left .ui-icon { float: right; } - |