diff options
-rw-r--r-- | images/plugin.png | bin | 0 -> 2043 bytes | |||
-rw-r--r-- | view/custom_tinymce.css | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/images/plugin.png b/images/plugin.png Binary files differnew file mode 100644 index 000000000..08b09e060 --- /dev/null +++ b/images/plugin.png diff --git a/view/custom_tinymce.css b/view/custom_tinymce.css index 48621c42c..7932653b6 100644 --- a/view/custom_tinymce.css +++ b/view/custom_tinymce.css @@ -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; +} |