Menus: Remove fixed height from .description-thin fields.

props tyxla.
fixes #31426.
Built from https://develop.svn.wordpress.org/trunk@31524


git-svn-id: http://core.svn.wordpress.org/trunk@31505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-02-23 20:23:26 +00:00
parent 132d65ef1e
commit ad30deda04
5 changed files with 3 additions and 7 deletions

View File

@ -675,7 +675,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.description-thin {
width: 190px;
height: 40px;
}
.description-wide {
@ -829,7 +828,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.menu-item-settings .description-thin,
.menu-item-settings .description-wide {
width: 100%;
height: auto;
}
.menu-item-settings input {

View File

@ -675,7 +675,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.description-thin {
width: 190px;
height: 40px;
}
.description-wide {
@ -829,7 +828,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
.menu-item-settings .description-thin,
.menu-item-settings .description-wide {
width: 100%;
height: auto;
}
.menu-item-settings input {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31523';
$wp_version = '4.2-alpha-31524';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.