summaryrefslogtreecommitdiff
path: root/themes/seven
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 /themes/seven
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
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/jquery.ui.theme.css13
-rw-r--r--themes/seven/style.css12
2 files changed, 14 insertions, 11 deletions
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,