mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 08:34:35 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user