]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
moved tinymce content css into its own directory
authorCash Costello <cash.costello@gmail.com>
Wed, 29 Jun 2011 11:15:07 +0000 (07:15 -0400)
committerCash Costello <cash.costello@gmail.com>
Wed, 29 Jun 2011 11:15:07 +0000 (07:15 -0400)
mod/tinymce/css/elgg_tinymce.css [new file with mode: 0644]
mod/tinymce/tinymce_content.css [deleted file]
mod/tinymce/views/default/js/tinymce.php

diff --git a/mod/tinymce/css/elgg_tinymce.css b/mod/tinymce/css/elgg_tinymce.css
new file mode 100644 (file)
index 0000000..503e78c
--- /dev/null
@@ -0,0 +1,5 @@
+/* CSS for TinyMCE content iframe */
+body, td, pre {
+       color: #333;
+       font: 80%/1.4 "Lucida Grande",Verdana,sans-serif;
+}
\ No newline at end of file
diff --git a/mod/tinymce/tinymce_content.css b/mod/tinymce/tinymce_content.css
deleted file mode 100644 (file)
index af7c9bd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-body, td, pre {color:#000; font-family:"Lucida Grande",Arial,Tahoma,Verdana,sans-serif; font-size:13px; margin:8px;} 
index 092983d1d0c2e731be821eb69d0b9900ea65e837..d195cc871c397fe5037875a319815eccd41e1253 100644 (file)
@@ -66,7 +66,7 @@ elgg.tinymce.init = function() {
                                tinymce.DOM.setHTML(tinymce.DOM.get(tinyMCE.activeEditor.id + '_path_row'), text);
                        });
                },
-               content_css: elgg.config.wwwroot + 'mod/tinymce/tinymce_content.css'
+               content_css: elgg.config.wwwroot + 'mod/tinymce/css/elgg_tinymce.css'
        });
 
 }