New HiDPI spinner. Uses clean <span class="spinner"></span> markup.

Be on the lookout for weirdness.
props lessbloat. see #21456.



git-svn-id: https://develop.svn.wordpress.org/trunk@22019 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-09-26 19:57:44 +00:00
parent 119bd9f50a
commit e82d5080b8
35 changed files with 192 additions and 127 deletions

View File

@@ -1296,13 +1296,18 @@ html[dir="rtl"] .wp-switch-editor {
margin-top: 5px;
}
#wp-link label span {
#wp-link label span.search-label {
display: inline-block;
width: 80px;
text-align: right;
padding-right: 5px;
}
#wp-link .link-search-field {
float: left;
margin-right: 5px;
}
#wp-link .link-search-wrapper {
margin: 5px 6px 9px;
display: block;
@@ -1319,8 +1324,8 @@ html[dir="rtl"] .wp-switch-editor {
width: 220px;
}
#wp-link .link-search-wrapper img.waiting {
margin: 0;
#wp-link .link-search-wrapper .spinner {
margin: 4px 2px 0 0;
display: none;
vertical-align: text-bottom;
}
@@ -1405,7 +1410,7 @@ html[dir="rtl"] .wp-switch-editor {
padding: 10px 0;
}
#wp-link .river-waiting img.waiting {
#wp-link .river-waiting .spinner {
margin: 0 auto;
display: block;
}