Limit max width of .widefat list tables, props helenyhou, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18670 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a638573362
commit
22f08b499f
File diff suppressed because one or more lines are too long
@ -441,6 +441,7 @@ code {
|
||||
border-style: solid;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
max-width: 2000px;
|
||||
clear: both;
|
||||
margin: 0;
|
||||
-moz-border-radius: 3px;
|
||||
@ -2357,6 +2358,7 @@ th.asc:hover span.sorting-indicator {
|
||||
.tablenav {
|
||||
clear: both;
|
||||
height: 30px;
|
||||
max-width: 2000px;
|
||||
margin: 6px 0 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@ -2433,6 +2435,10 @@ th.asc:hover span.sorting-indicator {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
#posts-filter {
|
||||
max-width: 2000px;
|
||||
}
|
||||
|
||||
#posts-filter fieldset {
|
||||
float: left;
|
||||
margin: 0 1.5ex 1em 0;
|
||||
|
@ -402,7 +402,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(), '20110914a' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110914b' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array('wp-admin'), '20110902' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user