From 4d80bc33b8924038bd1ca57d548828afe661bb42 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 03:10:57 +0000 Subject: Refs #2700 replaced most underscores with hyphens - there may be broken display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/views/default/tinymce/css.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'mod/tinymce') diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php index f7eee7fe9..e8d768b91 100644 --- a/mod/tinymce/views/default/tinymce/css.php +++ b/mod/tinymce/views/default/tinymce/css.php @@ -3,7 +3,7 @@ * TinyMCE CSS */ ?> -#elgg_page_contents .mceButton { +#elgg-page-contents .mceButton { background-color: #e9e8e8; border-color: #B2B2B2; margin:4px; @@ -11,13 +11,13 @@ -webkit-border-radius: 4px; -moz-border-radius: 4px; } -#elgg_page_contents a.mceButtonEnabled:hover, -#elgg_page_contents a.mceButtonActive, -#elgg_page_contents a.mceButtonSelected { +#elgg-page-contents a.mceButtonEnabled:hover, +#elgg-page-contents a.mceButtonActive, +#elgg-page-contents a.mceButtonSelected { background-color: #d5d5d5; border-color: #777 !important; } -#elgg_page_contents .mceFocus .mceTop .mceLeft { +#elgg-page-contents .mceFocus .mceTop .mceLeft { background: #444444; border-left: 1px solid #999; border-top: 1px solid #999; @@ -26,7 +26,7 @@ -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } -#elgg_page_contents .mceFocus .mceTop .mceRight { +#elgg-page-contents .mceFocus .mceTop .mceRight { background: #444444; border-right: 1px solid #999; border-top: 1px solid #999; @@ -35,18 +35,18 @@ -webkit-border-top-right-radius: 4px; -moz-border-radius: 0 4px 0 0; } -#elgg_page_contents .mceLayout{ +#elgg-page-contents .mceLayout{ border: 1px solid #CCC; -webkit-border-radius: 5px; -moz-border-radius: 5px; } -#elgg_page_contents table.mceLayout tr.mceFirst td {border-top:0px solid #CCC} -#elgg_page_contents table.mceLayout tr.mceLast td {border-bottom:0px solid #CCC} -#elgg_page_contents #blogbody_toolbar1{} -#elgg_page_contents .mceToolbar{} -#elgg_page_contents #blogbody_ifr{height:400px !important;} /* blogs */ +#elgg-page-contents table.mceLayout tr.mceFirst td {border-top:0px solid #CCC} +#elgg-page-contents table.mceLayout tr.mceLast td {border-bottom:0px solid #CCC} +#elgg-page-contents #blogbody_toolbar1{} +#elgg-page-contents .mceToolbar{} +#elgg-page-contents #blogbody_ifr{height:400px !important;} /* blogs */ #pagesForm #description_ifr {height:400px !important;} /* pages */ -#elgg_page_contents .mceIframeContainer{} +#elgg-page-contents .mceIframeContainer{} .wp_themeSkin .mceButtonDisabled { border-color: #ccc !important; } -- cgit v1.2.3