diff options
author | Friendika <info@friendika.com> | 2011-10-21 12:58:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-21 12:58:52 -0700 |
commit | 3783d8860c2ceabc846ef915ce8ae5e4784107b2 (patch) | |
tree | fe4e80784ea8fbb3d0dea7ab8849a75b2bcb480a /view | |
parent | 1a784166312453575cf30d3ad7ec058febae2adf (diff) | |
parent | a06c9768be418dc473f492c043ab6dfd1ae46f47 (diff) | |
download | volse-hubzilla-3783d8860c2ceabc846ef915ce8ae5e4784107b2.tar.gz volse-hubzilla-3783d8860c2ceabc846ef915ce8ae5e4784107b2.tar.bz2 volse-hubzilla-3783d8860c2ceabc846ef915ce8ae5e4784107b2.zip |
Merge branch 'pull'
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; +} |