aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-21 16:26:57 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-21 16:26:57 +0200
commitd80c0da3c0bf2ab599f5d013d5c947823d917363 (patch)
tree59266ee0a228e84aac2961f7122874505b2959f4
parent6769436f3b43074d7d5895b36927eddf37b0ba8d (diff)
downloadvolse-hubzilla-d80c0da3c0bf2ab599f5d013d5c947823d917363.tar.gz
volse-hubzilla-d80c0da3c0bf2ab599f5d013d5c947823d917363.tar.bz2
volse-hubzilla-d80c0da3c0bf2ab599f5d013d5c947823d917363.zip
add custom style to object tag in tinymce
-rw-r--r--images/plugin.pngbin0 -> 2043 bytes
-rw-r--r--view/custom_tinymce.css6
2 files changed, 6 insertions, 0 deletions
diff --git a/images/plugin.png b/images/plugin.png
new file mode 100644
index 000000000..08b09e060
--- /dev/null
+++ b/images/plugin.png
Binary files differ
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;
+}