mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Have media-new.php return simple rows of basic attachment data, with an 'Edit' link next to each taking them to post.php (in a new window). Not ideal, but this is largely a fallback screen at this point.
This is bolted on to existing code, the vast majority of which is destined to be ripped out in 3.6 once things settle. see #22083. git-svn-id: https://develop.svn.wordpress.org/trunk@22755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3817,6 +3817,7 @@ abbr.required {
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.media-item .edit-attachment,
|
||||
.describe-toggle-on,
|
||||
.describe-toggle-off {
|
||||
display: block;
|
||||
@@ -3848,6 +3849,10 @@ abbr.required {
|
||||
width: 623px;
|
||||
}
|
||||
|
||||
.media-new-php #media-items {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#media-items:empty {
|
||||
border: 0 none;
|
||||
}
|
||||
@@ -5533,10 +5538,10 @@ body.full-overlay-active {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wp-full-overlay-sidebar .wp-full-overlay-header {
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid #fff;
|
||||
box-shadow: inset 0 -1px 0 0px #dfdfdf;
|
||||
.wp-full-overlay-sidebar .wp-full-overlay-header {
|
||||
border-top: 0;
|
||||
border-bottom: 1px solid #fff;
|
||||
box-shadow: inset 0 -1px 0 0px #dfdfdf;
|
||||
}
|
||||
|
||||
.wp-full-overlay-sidebar .wp-full-overlay-footer {
|
||||
|
||||
Reference in New Issue
Block a user