Icons for select, deselect, and window close in the media modal.

Props JerrySarcastic, helenyhou, ocean90, lessbloat
fixes #22610


git-svn-id: https://develop.svn.wordpress.org/trunk@22919 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-11-29 13:33:57 +00:00
parent 3861f2bd9e
commit 3ad110f078
4 changed files with 42 additions and 38 deletions

View File

@@ -721,7 +721,8 @@ a.media-modal-close {
margin-top: 10px;
}
.attachments-browser .attachments {
.attachments-browser .attachments,
.attachments-browser .uploader-inline {
position: absolute;
top: 50px;
left: 0;
@@ -926,7 +927,7 @@ a.media-modal-close {
display: block;
}
.region-content.uploader-inline {
.media-frame .uploader-inline {
margin: 20px;
padding: 20px;
text-align: center;
@@ -1368,6 +1369,7 @@ a.media-modal-close {
}
.attachments-browser .attachments,
.attachments-browser .uploader-inline,
.attachments-browser .media-toolbar {
right: 180px;
}