From ed7371ca5fa32bb14d23b105789c46c9bdf36756 Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 29 May 2010 01:53:43 +0000 Subject: Upgraded TinyMCE to 3.3.6. git-svn-id: http://code.elgg.org/elgg/trunk@6281 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/views/default/input/longtext.php | 78 +++++++++++++--------------- mod/tinymce/views/default/tinymce/css.php | 6 +-- 2 files changed, 39 insertions(+), 45 deletions(-) (limited to 'mod/tinymce/views') diff --git a/mod/tinymce/views/default/input/longtext.php b/mod/tinymce/views/default/input/longtext.php index 4af26d7d6..f02662ca5 100644 --- a/mod/tinymce/views/default/input/longtext.php +++ b/mod/tinymce/views/default/input/longtext.php @@ -1,36 +1,37 @@ - + diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php index 3e8078d09..f7eee7fe9 100644 --- a/mod/tinymce/views/default/tinymce/css.php +++ b/mod/tinymce/views/default/tinymce/css.php @@ -4,7 +4,7 @@ */ ?> #elgg_page_contents .mceButton { -background-color: #e9e8e8; + background-color: #e9e8e8; border-color: #B2B2B2; margin:4px; padding:2px; @@ -36,7 +36,7 @@ background-color: #e9e8e8; -moz-border-radius: 0 4px 0 0; } #elgg_page_contents .mceLayout{ -border: 1px solid #CCC; + border: 1px solid #CCC; -webkit-border-radius: 5px; -moz-border-radius: 5px; } @@ -49,4 +49,4 @@ border: 1px solid #CCC; #elgg_page_contents .mceIframeContainer{} .wp_themeSkin .mceButtonDisabled { border-color: #ccc !important; -} \ No newline at end of file +} -- cgit v1.2.3