diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-10-21 07:32:12 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-10-21 07:32:12 -0700 |
commit | a06c9768be418dc473f492c043ab6dfd1ae46f47 (patch) | |
tree | bbf6b2fcf0c0b618eb7e979f045d7fe99cb97ba8 /view | |
parent | 6e76c86ad20c5c9ae3f8f2e2c226c8e22b9a8032 (diff) | |
parent | d80c0da3c0bf2ab599f5d013d5c947823d917363 (diff) | |
download | volse-hubzilla-a06c9768be418dc473f492c043ab6dfd1ae46f47.tar.gz volse-hubzilla-a06c9768be418dc473f492c043ab6dfd1ae46f47.tar.bz2 volse-hubzilla-a06c9768be418dc473f492c043ab6dfd1ae46f47.zip |
Merge pull request #34 from fabrixxm/master
fixs to oembed
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; +} |