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/xhtmlxtras/css/attributes.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 public/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css (limited to 'public/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css') diff --git a/public/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css b/public/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css new file mode 100755 index 0000000..9a6a235 --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css @@ -0,0 +1,11 @@ +.panel_wrapper div.current { + height: 290px; +} + +#id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey { + width: 200px; +} + +#events_panel input { + width: 200px; +} -- cgit v1.3