Remove max-width from list tables. Better to limit the width on individual fields or areas where readability is impacted, see #18198

git-svn-id: http://svn.automattic.com/wordpress/trunk@18801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-09-28 16:05:59 +00:00
parent 4f6411e8ff
commit 21d9701150
3 changed files with 2 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -515,7 +515,6 @@ select,
.widefat {
border-spacing: 0;
width: 100%;
max-width: 2000px;
clear: both;
margin: 0;
}
@ -2340,7 +2339,6 @@ th.asc:hover span.sorting-indicator {
.tablenav {
clear: both;
height: 30px;
max-width: 2000px;
margin: 6px 0 4px;
vertical-align: middle;
}
@ -2414,10 +2412,6 @@ th.asc:hover span.sorting-indicator {
width: 3em;
}
#posts-filter {
max-width: 2000px;
}
#posts-filter fieldset {
float: left;
margin: 0 1.5ex 1em 0;

View File

@ -432,7 +432,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(), '20110927' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110928' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110919' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );