Move posts filter above tablenav

git-svn-id: http://svn.automattic.com/wordpress/trunk@9018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-09-28 12:29:19 +00:00
parent e2874d855f
commit d419fdb777
12 changed files with 72 additions and 91 deletions

View File

@@ -61,7 +61,7 @@ li.widget-list-control-item h4.widget-title a,
}
li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
ul.view-switch li.current, .form-table tr, #poststuff h3, #replyhandle,
.form-table tr, #poststuff h3, #replyhandle,
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap,
#wpbody-content .describe tr {
background-color: #cfebf7;
@@ -248,7 +248,7 @@ div.dashboard-widget-submit input,
background-color: #a6d2e5 !important;
}
.submitbox #autosave .error, ul.view-switch li.current a,
.submitbox #autosave .error,
#side-info-column #category-tabs .ui-tabs-selected a {
color: #333;
}

View File

@@ -61,7 +61,7 @@ li.widget-list-control-item h4.widget-title a,
}
li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
ul.view-switch li.current, .form-table tr, #poststuff h3, #replyhandle,
.form-table tr, #poststuff h3, #replyhandle,
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap,
#wpbody-content .describe tr {
background-color: #eaf3fa;
@@ -247,7 +247,6 @@ div.dashboard-widget-submit input,
border-color: #328ab2;
}
ul.view-switch li.current a,
#side-info-column #category-tabs .ui-tabs-selected a {
color: #333;
}

View File

@@ -131,10 +131,11 @@ h6 {
.subsubsub {
list-style: none;
margin: 14px 0 8px 0;
margin: 0 0 8px;
padding: 0;
white-space: nowrap;
font-size: 12px;
float: left;
}
.subsubsub a { line-height: 200%; padding: 3px; text-decoration: none; }

View File

@@ -51,7 +51,7 @@ form#widgets-filter {
display:none;
}
/* fix manage comment page */
ul.view-switch li {
.view-switch {
float:left;
}
form#posts-filter {