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:
Daryl Koopersmith 2012-10-12 18:41:38 +00:00
parent 4966b15409
commit bf02be2b60
1 changed files with 6 additions and 0 deletions

View File

@ -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;