diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-09 21:33:16 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-09 21:33:16 -0600 |
commit | 89b6570eccf4d7aa12c730c8115517a5e24fc890 (patch) | |
tree | 8180ed903ed3a4cca76f1702e080effd574ce08a | |
parent | 86a32d412f11504ec66f0c9b08973de9ce9c2e30 (diff) |
Update floats after .rtl addition. Both should work now.
-rw-r--r-- | themes/default/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index f306f287..03c13cc1 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -92,11 +92,11 @@ a:hover, margin: .3em 1em; } -.rtl #gDialog .gCancel { +#gForgotPasswordLink, .rtl #gDialog .gCancel { float: right; } -.rtl #gForgotPasswordLink { +#gDialog .gCancel, .rtl #gForgotPasswordLink { float: left; } |