summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 07:04:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 07:04:48 +0000
commita873518489a07e8354361fc3db9e6ad418fb5d2c (patch)
treeb8b590aa7cc94e3678d063ea6ee8a145f12b4f79
parent69da4d7e579aadd6bd4ba609cd6138051d5c2675 (diff)
downloadbrdo-a873518489a07e8354361fc3db9e6ad418fb5d2c.tar.gz
brdo-a873518489a07e8354361fc3db9e6ad418fb5d2c.tar.bz2
#746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add border-radius for IE9 / Opera 10.50
-rw-r--r--modules/block/block.css2
-rw-r--r--modules/contextual/contextual.css10
-rw-r--r--modules/dashboard/dashboard.css2
-rw-r--r--modules/shortcut/shortcut.css12
-rw-r--r--modules/system/system.base.css2
-rw-r--r--modules/toolbar/toolbar.css2
-rw-r--r--themes/bartik/css/style.css4
-rw-r--r--themes/garland/style.css4
-rw-r--r--themes/seven/jquery.ui.theme.css13
-rw-r--r--themes/seven/style.css12
10 files changed, 33 insertions, 30 deletions
diff --git a/modules/block/block.css b/modules/block/block.css
index 1f543d92a..51a168479 100644
--- a/modules/block/block.css
+++ b/modules/block/block.css
@@ -20,9 +20,9 @@ a.block-demo-backlink,
a.block-demo-backlink:link,
a.block-demo-backlink:visited {
background-color: #B4D7F0;
- border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
+ border-radius: 0 0 10px 10px;
color: #000;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: small;
diff --git a/modules/contextual/contextual.css b/modules/contextual/contextual.css
index f474463be..a64e23a46 100644
--- a/modules/contextual/contextual.css
+++ b/modules/contextual/contextual.css
@@ -36,9 +36,9 @@ a.contextual-links-trigger {
text-indent: 34px; /* LTR */
width: 28px;
overflow: hidden;
+ -khtml-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
- -khtml-border-radius: 4px;
border-radius: 4px;
}
a.contextual-links-trigger:hover,
@@ -53,8 +53,8 @@ div.contextual-links-active a.contextual-links-trigger {
position: relative;
z-index: 1;
-moz-border-radius: 4px 4px 0 0;
- -webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
+ -webkit-border-bottom-right-radius: 0;
border-radius: 4px 4px 0 0;
}
div.contextual-links-wrapper ul.contextual-links {
@@ -69,10 +69,10 @@ div.contextual-links-wrapper ul.contextual-links {
top: 18px;
white-space: nowrap;
-moz-border-radius: 4px 0 4px 4px; /* LTR */
- -webkit-border-top-left-radius: 4px; /* LTR */
- -webkit-border-top-right-radius: 0; /* LTR */
- -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-border-top-right-radius: 0; /* LTR */
+ -webkit-border-top-left-radius: 4px; /* LTR */
border-radius: 4px 0 4px 4px; /* LTR */
}
.contextual-links-region:hover a.contextual-links-trigger,
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css
index 2134951bf..8976cc261 100644
--- a/modules/dashboard/dashboard.css
+++ b/modules/dashboard/dashboard.css
@@ -32,9 +32,9 @@
padding: 6px 4px 6px 8px;
margin: 3px 3px 3px 0;
float: left;
- border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
+ border-radius: 4px;
}
#dashboard .dashboard-add-other-blocks {
diff --git a/modules/shortcut/shortcut.css b/modules/shortcut/shortcut.css
index baaf20efc..a0d8204c8 100644
--- a/modules/shortcut/shortcut.css
+++ b/modules/shortcut/shortcut.css
@@ -23,9 +23,9 @@ div#toolbar div.toolbar-shortcuts ul {
div#toolbar div.toolbar-shortcuts ul li a {
padding: 0 5px 0 5px;
margin-right: 5px;
- border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
div#toolbar div.toolbar-shortcuts ul li a:focus,
@@ -45,9 +45,9 @@ div#toolbar div.toolbar-shortcuts span.icon {
width: 30px;
height: 30px;
margin-right: 5px;
- border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
div.add-or-remove-shortcuts {
@@ -90,12 +90,12 @@ div.add-or-remove-shortcuts a:hover span.text {
display: block;
padding-right: 6px;
cursor: pointer;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- -moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
- -webkit-border-top-right-radius: 5px;
+ -moz-border-radius-topright: 5px;
-webkit-border-bottom-right-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
+ border-top-right-radius: 5px;
}
#shortcut-set-switch .form-type-radios {
diff --git a/modules/system/system.base.css b/modules/system/system.base.css
index 29063cae1..088cda882 100644
--- a/modules/system/system.base.css
+++ b/modules/system/system.base.css
@@ -69,8 +69,8 @@ fieldset.collapsible .fieldset-legend {
display: block;
margin: 0;
width: 100%;
- -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
box-sizing: border-box;
}
.resizable-textarea .grippie {
diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css
index 2168f9225..d03454e41 100644
--- a/modules/toolbar/toolbar.css
+++ b/modules/toolbar/toolbar.css
@@ -42,9 +42,9 @@ body.toolbar-drawer {
margin: 0 -20px;
padding: 0 20px;
z-index: 600;
- box-shadow: 0 3px 20px #000;
-moz-box-shadow: 0 3px 20px #000;
-webkit-box-shadow: 0 3px 20px #000;
+ box-shadow: 0 3px 20px #000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
}
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 481d04f6e..80ad11e31 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1344,10 +1344,10 @@ html.js input.throbbing {
.comment-form .form-textarea {
-khtml-border-radius-topleft: 4px;
-khtml-border-radius-topright: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 82de2381e..4b337caa5 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -334,10 +334,10 @@ span.form-required {
text-decoration: none;
-khtml-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
- -webkit-border-top-left-radius: 0;
- -webkit-border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
+ -webkit-border-top-left-radius: 0;
+ -webkit-border-top-right-radius: 0;
border-radius: 0 0 2px 2px;
}
#skip-link a:hover,
diff --git a/themes/seven/jquery.ui.theme.css b/themes/seven/jquery.ui.theme.css
index 88e6dd1f5..c26046ae1 100644
--- a/themes/seven/jquery.ui.theme.css
+++ b/themes/seven/jquery.ui.theme.css
@@ -305,8 +305,10 @@
border-bottom: solid 1px #ccc;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
+ border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
+ border-bottom-right-radius: 0;
}
.ui-tabs .ui-tabs-nav li {
padding: 0 1em 0 10px;
@@ -317,7 +319,8 @@
float: none;
padding: 0 10px;
-moz-border-radius: 10px;
- -webkit-border-radius: 7px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
color: #fff;
@@ -362,9 +365,9 @@
border-left-color: #D2D2D2;
border-right-color: #D2D2D2;
background: url(images/buttons.png) 0 0 repeat-x;
- border-radius: 20px;
-moz-border-radius: 20px;
- -webkit-border-radius: 15px;
+ -webkit-border-radius: 20px;
+ border-radius: 20px;
}
.ui-dialog .ui-dialog-buttonpane button:active {
background: #666;
@@ -394,9 +397,9 @@
border-left-color: #D2D2D2;
border-right-color: #D2D2D2;
background: url(images/buttons.png) 0 0 repeat-x;
- border-radius: 4px;
- -webkit-border-radius: 4px;
-moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
}
.ui-slider a.ui-state-active,
.ui-slider .ui-slider-handle:active {
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 0d1b6bdf7..168f2c423 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -164,12 +164,12 @@ pre {
font-size: 0.94em;
padding: 1px 10px 2px 10px;
text-decoration: none;
- border-radius:0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
+ border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:focus,
@@ -279,10 +279,10 @@ ul.primary li.active a {
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #a6a7a2;
- border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
+ border-radius: 8px 8px 0 0;
}
ul.primary li.active a,
ul.primary li.active a.active,
@@ -319,9 +319,9 @@ ul.secondary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a.active {
padding: 2px 10px;
- border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
+ border-radius: 7px;
}
ul.secondary li a:hover,
ul.secondary li.active a,
@@ -353,9 +353,9 @@ ul.secondary li.active a.active {
height: 55px;
width: 80px;
overflow: hidden;
- border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
#secondary-links ul.links li a:hover {
background: #999;
@@ -649,9 +649,9 @@ a.button {
border-left-color: #D2D2D2;
border-right-color: #D2D2D2;
background: url(images/buttons.png) 0 0 repeat-x;
- border-radius: 15px;
-moz-border-radius: 20px;
- -webkit-border-radius: 15px;
+ -webkit-border-radius: 20px;
+ border-radius: 20px;
}
a.button:link,
a.button:visited,