Fix field alignment in the "Insert/edit link" dialog.

Props SergeyBiryukov
fixes #22275


git-svn-id: http://core.svn.wordpress.org/trunk@22383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2012-11-05 22:42:22 +00:00
parent 3757d63f6b
commit ccac2185c1

View File

@ -1221,7 +1221,8 @@ html[dir="rtl"] .wp-switch-editor {
margin-top: 5px;
}
#wp-link label span.search-label {
#wp-link #link-options label span,
#wp-link #search-panel label span.search-label {
display: inline-block;
width: 80px;
text-align: right;