aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/views/default/tinymce
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-05 12:13:27 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-05 12:13:27 +0000
commit7b8a354160b01ebc9c4ca56c728905f6149e7fe9 (patch)
tree9a209c4e095782be285375a636fddb93b056f8e5 /mod/tinymce/views/default/tinymce
parent7dc0e1c44e15189687636ef8632c41aa58a2b1be (diff)
downloadelgg-7b8a354160b01ebc9c4ca56c728905f6149e7fe9.tar.gz
elgg-7b8a354160b01ebc9c4ca56c728905f6149e7fe9.tar.bz2
Updated tinymce to new interface
git-svn-id: http://code.elgg.org/elgg/trunk@5287 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tinymce/views/default/tinymce')
-rw-r--r--mod/tinymce/views/default/tinymce/css.php56
1 files changed, 43 insertions, 13 deletions
diff --git a/mod/tinymce/views/default/tinymce/css.php b/mod/tinymce/views/default/tinymce/css.php
index 121c24440..b524040e5 100644
--- a/mod/tinymce/views/default/tinymce/css.php
+++ b/mod/tinymce/views/default/tinymce/css.php
@@ -1,17 +1,47 @@
-blockquote {
- margin:10px;
- border:1px solid #efefef;
- padding:4px;
+#elgg_page_contents .mceButton {
+background-color: #e9e8e8;
+ border-color: #B2B2B2;
+ margin:4px;
+ padding:2px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
}
-
-strong {
- font-weight:bold;
+#elgg_page_contents a.mceButtonEnabled:hover,
+#elgg_page_contents a.mceButtonActive,
+#elgg_page_contents a.mceButtonSelected {
+ background-color: #d5d5d5;
+ border-color: #777 !important;
}
-
-ul {
- list-style: disc;
+#elgg_page_contents .mceFocus .mceTop .mceLeft {
+ background: #444444;
+ border-left: 1px solid #999;
+ border-top: 1px solid #999;
+ -moz-border-radius: 4px 0 0 0;
+ -webkit-border-top-left-radius: 4px;
+ -khtml-border-top-left-radius: 4px;
+ border-top-left-radius: 4px;
}
-
-ol {
- list-style: decimal;
+#elgg_page_contents .mceFocus .mceTop .mceRight {
+ background: #444444;
+ border-right: 1px solid #999;
+ border-top: 1px solid #999;
+ border-top-right-radius: 4px;
+ -khtml-border-top-right-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ -moz-border-radius: 0 4px 0 0;
+}
+#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 */
+#pagesForm #description_ifr {height:400px !important;} /* pages */
+#elgg_page_contents .mceIframeContainer{}
+.wp_themeSkin .mceButtonDisabled {
+ border-color: #ccc !important;
} \ No newline at end of file