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:
parent
51b307bcd3
commit
342a8ce6a6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue