wpLink: fix vertical alignment of the fields labels.

Part props daniluk4000. Fixes #32829.
Built from https://develop.svn.wordpress.org/trunk@33300


git-svn-id: http://core.svn.wordpress.org/trunk@33272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-07-16 23:58:25 +00:00
parent f00d1e63f1
commit f9980c793c
5 changed files with 7 additions and 3 deletions

View File

@ -1430,6 +1430,8 @@ i.mce-i-wp_code:before {
text-align: left;
padding-left: 5px;
max-width: 24%;
vertical-align: middle;
word-wrap: break-word;
}
#wp-link .link-search-field {

File diff suppressed because one or more lines are too long

View File

@ -1430,6 +1430,8 @@ i.mce-i-wp_code:before {
text-align: right;
padding-right: 5px;
max-width: 24%;
vertical-align: middle;
word-wrap: break-word;
}
#wp-link .link-search-field {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta3-33299';
$wp_version = '4.3-beta3-33300';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.