Display gallery and attachment MCE views as inline blocks. Make gallery MCE view wrappers block level. see #21390, #21813, #21815.
git-svn-id: https://develop.svn.wordpress.org/trunk@22221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4966b15409
commit
bf02be2b60
@ -262,6 +262,7 @@ img.wp-oembed {
|
||||
}
|
||||
|
||||
.editor-attachment {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
@ -283,7 +284,12 @@ img.wp-oembed {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wp-view-type-gallery {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.editor-gallery {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
min-height: 150px;
|
||||
min-width: 150px;
|
||||
|
Loading…
Reference in New Issue
Block a user