]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/global.dev.css
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-admin / css / global.dev.css
index 35f69c51bdf062423bfc90092d07cbe8cee3dbc4..10abf25f0e23c8b466e2204f13498a84560c5ce9 100644 (file)
@@ -393,6 +393,31 @@ ol.ol-decimal > li {
        text-decoration: none;
 }
 
+.widefat thead th:first-of-type {
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+}
+.widefat thead th:last-of-type {
+       -moz-border-radius-topright: 3px;
+       -khtml-border-top-right-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-right-radius: 3px;
+}
+.widefat tfoot th:first-of-type {
+       -moz-border-radius-bottomleft: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+}
+.widefat tfoot th:last-of-type {
+       -moz-border-radius-bottomright: 3px;
+       -khtml-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-right-radius: 3px;
+}
+
 .widefat td,
 .widefat th {
        border-bottom-width: 1px;
@@ -400,6 +425,10 @@ ol.ol-decimal > li {
        font-size: 11px;
 }
 
+.widefat .no-items td {
+       border-bottom-width: 0;
+}
+
 .widefat td {
        padding: 3px 7px;
        vertical-align: top;
@@ -449,8 +478,8 @@ ol.ol-decimal > li {
        margin: 0 15px 0 5px;
 }
 
-.updated,
-.error {
+div.updated,
+div.error {
        border-width: 1px;
        border-style: solid;
        padding: 0 0.6em;
@@ -461,15 +490,14 @@ ol.ol-decimal > li {
        border-radius: 3px;
 }
 
-.updated p,
-.error p {
+div.updated p,
+div.error p {
        margin: 0.5em 0;
-       line-height: 1;
        padding: 2px;
 }
 
-.wrap .updated,
-.wrap .error {
+.wrap div.updated,
+.wrap div.error {
        margin: 5px 0 15px;
 }