diff options
author | Marc Poulhiès <github@kataplop.net> | 2009-06-11 09:06:31 +0200 |
---|---|---|
committer | Marc Poulhiès <github@kataplop.net> | 2009-06-11 09:06:31 +0200 |
commit | 7815315dbf98f87c4e115a09cb116ac0bc4ca62e (patch) | |
tree | 700d62e41c666d282d3a7eb2287e187d841e45c0 /themes | |
parent | 315969e24e3ce4cbf06e5160e4738c083b2338be (diff) | |
parent | 68fd196d66e2d21f571ff3b5a673f18cd129abf9 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes')
-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; } |