TinyMCE: remove margins from the image toolbar wrapper, props avryl, fixes #28389
Built from https://develop.svn.wordpress.org/trunk@28624 git-svn-id: http://core.svn.wordpress.org/trunk@28445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae3d1fccfb
commit
1e8b5ef008
|
@ -258,6 +258,7 @@ audio {
|
||||||
|
|
||||||
#wp-image-toolbar {
|
#wp-image-toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wpview-wrap .toolbar div,
|
.wpview-wrap .toolbar div,
|
||||||
|
|
Loading…
Reference in New Issue