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

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;