diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-21 16:26:57 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-21 16:26:57 +0200 |
commit | d80c0da3c0bf2ab599f5d013d5c947823d917363 (patch) | |
tree | 59266ee0a228e84aac2961f7122874505b2959f4 /view | |
parent | 6769436f3b43074d7d5895b36927eddf37b0ba8d (diff) | |
download | volse-hubzilla-d80c0da3c0bf2ab599f5d013d5c947823d917363.tar.gz volse-hubzilla-d80c0da3c0bf2ab599f5d013d5c947823d917363.tar.bz2 volse-hubzilla-d80c0da3c0bf2ab599f5d013d5c947823d917363.zip |
add custom style to object tag in tinymce
Diffstat (limited to 'view')
-rw-r--r-- | view/custom_tinymce.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; +} |