mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user