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:
parent
4f6411e8ff
commit
21d9701150
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue