diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-10 20:22:19 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-10 20:22:19 -0700 |
commit | d7df3e1681c6b9fc3cf74eb97240932edc15a15f (patch) | |
tree | b0045e5abd91f8911e78b87cf9dbf76bce046e5a /themes/default/css | |
parent | 5a6fc93496555ad2af73e37fd36979fce2ca3203 (diff) | |
parent | 6fbb2c4469730d962b807481f3898e5ffb544abf (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/default/css')
-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; } |