At long last, a first pass at bringing the image editor into the media modal. props gcorne, DH-Shredder, tomauger. see #21811.

git-svn-id: https://develop.svn.wordpress.org/trunk@27445 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2014-03-06 22:54:32 +00:00
parent 95b13bb758
commit 55e1b4c982
9 changed files with 312 additions and 65 deletions
+20
View File
@@ -1431,6 +1431,22 @@
overflow: hidden;
}
/**
* Image Editor
*/
.media-frame .image-editor {
padding: 16px;
}
.media-frame .imgedit-wrap table td {
vertical-align: top;
padding-top: 0;
}
.media-frame .imgedit-wrap table td.imgedit-settings {
width: 250px;
}
/**
* Embed from URL and Image Details
*/
@@ -1490,6 +1506,10 @@
display: block;
}
.media-embed .edit-attachment {
margin-left: 10px;
}
.media-embed .thumbnail:after {
content: '';
display: block;