Don't let the screen options text escape the box. props ohanesian, fixes #15329.

git-svn-id: https://develop.svn.wordpress.org/trunk@17075 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-20 11:06:54 +00:00
parent 9dd606211b
commit 1df12424d1
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -796,6 +796,7 @@ form.upgrade .hint {
} }
.metabox-prefs label { .metabox-prefs label {
display: inline-block;
padding-right: 15px; padding-right: 15px;
white-space: nowrap; white-space: nowrap;
line-height: 30px; line-height: 30px;

View File

@ -485,7 +485,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(), '20101215' ); $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101220' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' ); $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' ); $styles->add_data( 'ie', 'conditional', 'lte IE 7' );