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:
Andrew Ozz
2011-09-14 21:08:44 +00:00
parent a638573362
commit 22f08b499f
3 changed files with 8 additions and 2 deletions

View File

@@ -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;