mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 15:46:04 +01:00
Make the Add new Category fields up to 260px wide, fixes #19339
git-svn-id: http://svn.automattic.com/wordpress/trunk@19546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fe9de5f4a4
commit
01fa7bdf7f
File diff suppressed because one or more lines are too long
@ -2946,9 +2946,10 @@ input#link_url {
|
|||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-sortables .category-add input[type="text"],
|
.category-add input[type="text"],
|
||||||
#side-sortables .category-add select {
|
.category-add select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-body ul.category-tabs,
|
#post-body ul.category-tabs,
|
||||||
@ -3362,11 +3363,6 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#normal-sortables .category-add input[type="text"],
|
|
||||||
#normal-sortables .category-add select {
|
|
||||||
width: 30%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body ul.category-tabs,
|
#post-body ul.category-tabs,
|
||||||
#post-body ul.add-menu-item-tabs {
|
#post-body ul.add-menu-item-tabs {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111202b' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111202c' );
|
||||||
|
|
||||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111130' );
|
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111130' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
Loading…
Reference in New Issue
Block a user