summaryrefslogtreecommitdiff
path: root/protected/extensions/tinymce/assets/css/ETinyMce.css
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-22 10:56:25 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-22 10:56:25 +0200
commit2a8b46329775b8503519d432a52dba13e8547d8e (patch)
tree74aca6815e0cdc617dd125b894591d00f04a44c0 /protected/extensions/tinymce/assets/css/ETinyMce.css
parent12c8482bf883988c0fc5ed4c8972396af63e8258 (diff)
cms integriert (yaycms)
Diffstat (limited to 'protected/extensions/tinymce/assets/css/ETinyMce.css')
-rw-r--r--protected/extensions/tinymce/assets/css/ETinyMce.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/protected/extensions/tinymce/assets/css/ETinyMce.css b/protected/extensions/tinymce/assets/css/ETinyMce.css
new file mode 100644
index 0000000..6b1cc61
--- /dev/null
+++ b/protected/extensions/tinymce/assets/css/ETinyMce.css
@@ -0,0 +1,20 @@
+/*
+ Document : ETinyMce.css
+ Created on : 9/01/2009, 01:55:27 PM
+ Author : MetaYii
+ Description:
+ Style for the editor mode switch
+*/
+
+.mceSwitchLabel {
+ color:navy;
+ font-family:sans-serif;
+ font-size:8pt;
+ background-color:#F0F0EE;
+ border-style:solid;
+ border-width:0px 1px 1px 1px;
+ border-color:#CCCCCC;
+ text-decoration:none;
+ padding:1px 3px 3px 3px;
+ margin:2px 0 0 0;
+} \ No newline at end of file