diff options
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r-- | lib/gallery.common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index c5290622..63f1ee65 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -708,7 +708,7 @@ div#g-action-status { /* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */ .rtl .g-buttonset .ui-corner-tl { - -moz-border-radius-topleft: 0; + -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-topright: 5px !important; @@ -726,7 +726,7 @@ div#g-action-status { } .rtl .g-buttonset .ui-corner-bl { - -moz-border-radius-bottomleft: 0; + -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 5px !important; |