No-JS fixes.

* Hide QuickPress.
 * Hide the gap between the title and content editor.
 * Hide 'select all' checkboxes in list tables.
 * Hide a non-functioning link in the custom fields metabox.
 * Hide non-functioning buttons in the featured image box (same as in 3.4).
 * RTL and miscellany.

props TobiasBg, lessbloat, ocean90. fixes #22456.



git-svn-id: https://develop.svn.wordpress.org/trunk@22719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-20 18:20:14 +00:00
parent 628778d7c1
commit a5a14e4e7e
4 changed files with 37 additions and 8 deletions

View File

@@ -627,6 +627,11 @@ select,
padding: 10px 0 0;
}
.no-js .widefat thead .check-column input,
.no-js .widefat tfoot .check-column input {
display: none;
}
.widefat .num,
.column-comments,
.column-links,
@@ -2308,7 +2313,7 @@ html.wp-toolbar {
float: left;
}
.ie8 .welcome-panel .welcome-panel-column {
.ie8 .welcome-panel .welcome-panel-column {
min-width: 230px;
}
@@ -3392,6 +3397,9 @@ td.plugin-title p {
text-decoration: none;
}
.no-js #postcustomstuff #enternew {
display: none;
}
/*------------------------------------------------------------------------------
11.2 - Post Revisions
@@ -3444,10 +3452,14 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
margin-top: 10px;
}
#select-featured-image.has-featured-image .remove {
.js #select-featured-image.has-featured-image .remove {
display: inline-block;
}
.no-js #select-featured-image .choose {
display: none;
}
/*------------------------------------------------------------------------------
12.0 - Categories
------------------------------------------------------------------------------*/
@@ -4159,6 +4171,10 @@ td.imgedit-settings input {
float: left;
}
.no-js .wp_attachment_image .button {
display: none;
}
.wp_attachment_image .spinner,
.A1B1 .spinner {
float: left;
@@ -6052,11 +6068,15 @@ h3:hover .edit-box {
#dashboard-widgets h3 .postbox-title-action {
position: absolute;
right: 30px;
right: 10px;
padding: 0;
top: 5px;
}
.js #dashboard-widgets h3 .postbox-title-action {
right: 30px;
}
#dashboard-widgets h4 {
font-weight: normal;
font-size: 13px;
@@ -6240,6 +6260,10 @@ h3:hover .edit-box {
}
/* QuickPress */
.no-js #dashboard_quick_press {
display: none;
}
#dashboard_quick_press .easy-blogging {
padding: 0 8px;
text-align: left;