diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 20:33:35 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-23 23:32:54 +0800 |
commit | 69fffda87bcd9b72c3b0b7a43e610bae3395afe5 (patch) | |
tree | 5ad26ee98580c8ef08150306b1073809d629ca4c /lib/gallery.common.css | |
parent | acc9ec8180f7a354527b44e9f8e254e2b5d03813 (diff) |
improve Superfish menus shadow for RTL, and add round corners support for Opera
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r-- | lib/gallery.common.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index a83acdbb..2bb5b6e2 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -840,10 +840,18 @@ div#g-action-status { .rtl .sf-shadow ul { background: url('superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; - -moz-border-radius-bottomright: 17px; + border-top-right-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-left-radius: 0; -moz-border-radius-topleft: 17px; + -moz-border-radius-bottomright: 17px; -webkit-border-top-left-radius: 17px; -webkit-border-bottom-right-radius: 17px; + border-top-left-radius: 17px; + border-bottom-right-radius: 17px; } /* RTL ThemeRoller ~~~~~~~~~~~~~~~~~~~~~~~~ */ |