mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user