Fix thead and tfoot background images for IE

git-svn-id: https://develop.svn.wordpress.org/trunk@9990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-30 22:47:42 +00:00
parent 20107df793
commit b67df867b4
5 changed files with 35 additions and 173 deletions
+2 -4
View File
@@ -442,10 +442,8 @@ ul#widget-list li.widget-list-item,
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}
.widefat thead tr,
.widefat tfoot tr,
.thead,
.tfoot,
.widefat thead tr th,
.widefat tfoot tr th,
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
+2 -4
View File
@@ -451,10 +451,8 @@ ul#widget-list li.widget-list-item,
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}
.widefat thead tr,
.widefat tfoot tr,
.thead,
.tfoot,
.widefat thead tr th,
.widefat tfoot tr th,
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
+28 -1
View File
@@ -321,7 +321,6 @@ h6 {
.widefat th {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
font-size: 11px;
vertical-align: text-top;
}
@@ -331,6 +330,34 @@ h6 {
vertical-align: top;
}
.widefat thead tr th:first {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.widefat thead tr th:last {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-khtml-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.widefat tfoot tr th:first {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.widefat tfoot tr th:last {
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.widefat td p {
font-size: 11px;
}
-6
View File
@@ -201,12 +201,6 @@ a.button {
margin: 1px;
}
.widefat thead tr th,
.widefat tfoot tr th {
background: #DFDFDF url(../images/gray-grad.png) repeat-x scroll left top;
color: #333333;
}
* html div.widget-liquid-left-holder,
* html div.widget-liquid-right {
display: block;