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: https://develop.svn.wordpress.org/trunk@18801 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-28 16:05:59 +00:00
parent 15381afe70
commit 412422f15c
3 changed files with 2 additions and 8 deletions

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;