Move spinner-related styles out of Localized CSS section. fixes #23000.

git-svn-id: https://develop.svn.wordpress.org/trunk@23313 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-01-22 04:00:08 +00:00
parent 3c38bfeaac
commit 8bdfc693c7
1 changed files with 5 additions and 5 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;
}