Make sure .widefat border and background coloring only applies to tables. props MikeHansenMe. fixes #21936.

git-svn-id: http://core.svn.wordpress.org/trunk@23315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2013-01-22 14:44:04 +00:00
parent 868873da55
commit b538d6163f
8 changed files with 14 additions and 18 deletions

View File

@@ -1143,6 +1143,11 @@ form.upgrade .hint {
margin: -0.5em 0 2em 0;
}
.update-php .spinner {
float: none;
margin: -4px 0;
}
#ajax-loading,
.ajax-loading,
.ajax-feedback,
@@ -8575,8 +8580,3 @@ a.widget-control-edit {
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {
margin-left: 8em;
}
.update-php .spinner {
float: none;
margin: -4px 0;
}