Media Grid, in the Edit Attachment modal:
* Label the fields under the attachment a la the Edit Media page * Move the audio and video previews above the info * Remove the audio / video icon display. Unnecessary. * Ensure that `width` and `max-width` are set for `.mejs-container` See #24716. Built from https://develop.svn.wordpress.org/trunk@29088 git-svn-id: http://core.svn.wordpress.org/trunk@28874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1577,6 +1577,11 @@ video#inline-media-node {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-info .filename {
|
||||
font-weight: normal;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.attachment-info .thumbnail {
|
||||
position: relative;
|
||||
float: right;
|
||||
@@ -1587,6 +1592,10 @@ video#inline-media-node {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-info .thumbnail {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.uploading .attachment-info .thumbnail {
|
||||
width: 120px;
|
||||
height: 80px;
|
||||
@@ -2766,7 +2775,7 @@ video#inline-media-node {
|
||||
}
|
||||
|
||||
.edit-attachment-frame .wp-media-wrapper {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-fields {
|
||||
|
||||
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1577,6 +1577,11 @@ video#inline-media-node {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-info .filename {
|
||||
font-weight: normal;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.attachment-info .thumbnail {
|
||||
position: relative;
|
||||
float: left;
|
||||
@@ -1587,6 +1592,10 @@ video#inline-media-node {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-info .thumbnail {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.uploading .attachment-info .thumbnail {
|
||||
width: 120px;
|
||||
height: 80px;
|
||||
@@ -2766,7 +2775,7 @@ video#inline-media-node {
|
||||
}
|
||||
|
||||
.edit-attachment-frame .wp-media-wrapper {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.edit-attachment-frame .attachment-fields {
|
||||
|
||||
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user