From ccac2185c192121ce0066565ac384e8220df2746 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 5 Nov 2012 22:42:22 +0000 Subject: [PATCH] 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 --- wp-includes/css/editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/css/editor.css b/wp-includes/css/editor.css index 0813419171..c21b3e4800 100644 --- a/wp-includes/css/editor.css +++ b/wp-includes/css/editor.css @@ -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;