summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/spellchecker/css
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-09-23 23:37:29 +0000
committersvncommit <devs@roundcube.net>2006-09-23 23:37:29 +0000
commit6649b1f0a5db6160d197a13ca79cfd67fbb02d77 (patch)
tree446ddf056d29c8f3984c117f1dc87d5a466b3779 /program/js/tiny_mce/plugins/spellchecker/css
parent3acbc508ba514b5b29e948944ce1dda83a58c5f8 (diff)
added TinyMCE spellchecker plugin, configured to use GoogleSpell
Diffstat (limited to 'program/js/tiny_mce/plugins/spellchecker/css')
-rw-r--r--program/js/tiny_mce/plugins/spellchecker/css/content.css5
-rw-r--r--program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css34
2 files changed, 39 insertions, 0 deletions
diff --git a/program/js/tiny_mce/plugins/spellchecker/css/content.css b/program/js/tiny_mce/plugins/spellchecker/css/content.css
new file mode 100644
index 000000000..fb82733cd
--- /dev/null
+++ b/program/js/tiny_mce/plugins/spellchecker/css/content.css
@@ -0,0 +1,5 @@
+.mceItemHiddenSpellWord {
+ background: url('../images/wline.gif') repeat-x bottom left;
+ bo2rder-bottom: 1px dashed red;
+ cursor: default;
+}
diff --git a/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css b/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css
new file mode 100644
index 000000000..aa4a8ea3b
--- /dev/null
+++ b/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css
@@ -0,0 +1,34 @@
+.mceMsgBox {
+ border: 1px solid gray;
+ padding: 8px;
+}
+
+.mceMsgBox span {
+ vertical-align: top;
+ color: #555555;
+}
+
+/* Misc */
+
+.mceBlockBox {
+ display: none;
+ position: absolute;
+ left: 0;
+ top: 0;
+ z-index: 100;
+ filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=60);
+ -moz-opacity:0.6;
+ opacity: 0.6;
+ background-color: white;
+}
+
+.mceMsgBox {
+ display: none;
+ z-index: 101;
+ position: absolute;
+ left: 0;
+ top: 0;
+ font-family: Arial, Verdana, Tahoma, Helvetica;
+ font-weight: bold;
+ font-size: 11px;
+}