Fix internal linking search spinner position, fixes #21351
git-svn-id: http://core.svn.wordpress.org/trunk@21306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1291,7 +1291,7 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
|
||||
#wp-link .link-search-wrapper span {
|
||||
float: left;
|
||||
margin-top: 6px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#wp-link .link-search-wrapper input[type="text"] {
|
||||
@@ -1300,9 +1300,9 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
}
|
||||
|
||||
#wp-link .link-search-wrapper img.waiting {
|
||||
margin: 8px 1px 0 4px;
|
||||
float: left;
|
||||
margin: 0;
|
||||
display: none;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
#wp-link .link-target {
|
||||
|
||||
Reference in New Issue
Block a user