add custom style to object tag in tinymce

This commit is contained in:
Fabio Comuni 2011-10-21 16:26:57 +02:00
förälder 6769436f3b
incheckning d80c0da3c0
2 ändrade filer med 6 tillägg och 0 borttagningar

Binär
images/plugin.png Normal file

Binary file not shown.

Efter

Bredd:  |  Höjd:  |  Storlek: 2.0 KiB

Visa fil

@ -33,3 +33,9 @@ scrollbar-track-color:#F5F5F5;
img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
font[face=mceinline] {font-family:inherit !important}
object {
display: block; width: 400px;
background: #cccccc url(../images/plugin.png) no-repeat center center;
}