Don't restrict width of the Parent Taxonomy dropdown. props jgadbois, fixes #19339.
git-svn-id: https://develop.svn.wordpress.org/trunk@19544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
56c34ed7b2
commit
9d6b2c72a4
File diff suppressed because one or more lines are too long
@ -2948,7 +2948,7 @@ input#link_url {
|
||||
|
||||
#side-sortables .category-add input[type="text"],
|
||||
#side-sortables .category-add select {
|
||||
width: 160px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#post-body ul.category-tabs,
|
||||
|
@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
|
||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111202' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111202b' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111130' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user