mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 23:54:33 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user