summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-06-18 23:29:37 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-06-18 23:29:37 +0300
commit6078eb6264346eba221897f3ddefea1d9ec73821 (patch)
tree58cd876501900c9f0b917cee9177d293729d4041
parent2e1056d3c76f30b0666a560f8c4e51ff3ee6ee13 (diff)
Add '! important' to the round corners properties with values, force them to be shown even with the case the element has two or more of them (e.g. class='ui-corner-left ui-corner-right'.) Don't know if there was a better solution..
-rw-r--r--lib/gallery.common.css48
1 files changed, 24 insertions, 24 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 10a1f35d..c5290622 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -709,38 +709,38 @@ div#g-action-status {
/* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */
.rtl .g-buttonset .ui-corner-tl {
-moz-border-radius-topleft: 0;
- -moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 0;
- -webkit-border-top-right-radius: 5px;
border-top-left-radius: 0;
- border-top-right-radius: 5px;
+ -moz-border-radius-topright: 5px !important;
+ -webkit-border-top-right-radius: 5px !important;
+ border-top-right-radius: 5px !important;
}
.rtl .g-buttonset .ui-corner-tr {
-moz-border-radius-topright: 0;
- -moz-border-radius-topleft: 5px;
-webkit-border-top-right-radius: 0;
- -webkit-border-top-left-radius: 5px;
border-top-right-radius: 0;
- border-top-left-radius: 5px;
+ -moz-border-radius-topleft: 5px !important;
+ -webkit-border-top-left-radius: 5px !important;
+ border-top-left-radius: 5px !important;
}
.rtl .g-buttonset .ui-corner-bl {
-moz-border-radius-bottomleft: 0;
- -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 0;
- -webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 0;
- border-bottom-right-radius: 5px;
+ -moz-border-radius-bottomright: 5px !important;
+ -webkit-border-bottom-right-radius: 5px !important;
+ border-bottom-right-radius: 5px !important;
}
.rtl .g-buttonset .ui-corner-br {
-moz-border-radius-bottomright: 0;
- -moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 0;
- -webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 0;
- border-bottom-left-radius: 5px;
+ -moz-border-radius-bottomleft: 5px !important;
+ -webkit-border-bottom-left-radius: 5px !important;
+ border-bottom-left-radius: 5px !important;
}
.rtl .g-buttonset .ui-corner-right,
@@ -748,15 +748,15 @@ div#g-action-status {
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
- -moz-border-radius-topleft: 5px;
- -webkit-border-top-left-radius: 5px;
- border-top-left-radius: 5px;
+ -moz-border-radius-topleft: 5px !important;
+ -webkit-border-top-left-radius: 5px !important;
+ border-top-left-radius: 5px !important;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
- -moz-border-radius-bottomleft: 5px;
- -webkit-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
+ -moz-border-radius-bottomleft: 5px !important;
+ -webkit-border-bottom-left-radius: 5px !important;
+ border-bottom-left-radius: 5px !important;
}
.rtl .g-buttonset .ui-corner-left,
@@ -764,15 +764,15 @@ div#g-action-status {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
- -moz-border-radius-topright: 5px;
- -webkit-border-top-right-radius: 5px;
- border-top-right-radius: 5px;
+ -moz-border-radius-topright: 5px !important;
+ -webkit-border-top-right-radius: 5px !important;
+ border-top-right-radius: 5px !important;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
- -moz-border-radius-bottomright: 5px;
- -webkit-border-bottom-right-radius: 5px;
- border-bottom-right-radius: 5px;
+ -moz-border-radius-bottomright: 5px !important;
+ -webkit-border-bottom-right-radius: 5px !important;
+ border-bottom-right-radius: 5px !important;
}
/* RTL Superfish ~~~~~~~~~~~~~~~~~~~~~~~~~ */