TinyMCE wpView: scale iframes to 100% width and ensure they have transparent background. See #29048.

Built from https://develop.svn.wordpress.org/trunk@29545


git-svn-id: http://core.svn.wordpress.org/trunk@29321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-08-19 22:43:16 +00:00
parent 51b307bcd3
commit 342a8ce6a6
1 changed files with 5 additions and 0 deletions

View File

@ -366,6 +366,11 @@ audio {
} }
} }
.wpview-wrap .wpview-content > iframe {
max-width: 100%;
background: transparent;
}
#wp-image-toolbar { #wp-image-toolbar {
position: absolute; position: absolute;
margin: 0; margin: 0;