From f61b5b0597e0c25f084ee67d402f12a43a7a9947 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 17 Feb 2009 21:54:39 +0100 Subject: added tinymce editor for body area of pages --- .../tiny_mce/plugins/searchreplace/css/searchreplace.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 public/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css (limited to 'public/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css') diff --git a/public/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css b/public/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css new file mode 100755 index 0000000..ecdf58c --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css @@ -0,0 +1,6 @@ +.panel_wrapper {height:85px;} +.panel_wrapper div.current {height:85px;} + +/* IE */ +* html .panel_wrapper {height:100px;} +* html .panel_wrapper div.current {height:100px;} -- cgit v1.3