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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user