summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/spellchecker/css
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/tiny_mce/plugins/spellchecker/css')
-rw-r--r--program/js/tiny_mce/plugins/spellchecker/css/content.css6
-rw-r--r--program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css34
2 files changed, 1 insertions, 39 deletions
diff --git a/program/js/tiny_mce/plugins/spellchecker/css/content.css b/program/js/tiny_mce/plugins/spellchecker/css/content.css
index fb82733cd..24efa0217 100644
--- a/program/js/tiny_mce/plugins/spellchecker/css/content.css
+++ b/program/js/tiny_mce/plugins/spellchecker/css/content.css
@@ -1,5 +1 @@
-.mceItemHiddenSpellWord {
- background: url('../images/wline.gif') repeat-x bottom left;
- bo2rder-bottom: 1px dashed red;
- cursor: default;
-}
+.mceItemHiddenSpellWord {background:url(../img/wline.gif) repeat-x bottom left; cursor:default;}
diff --git a/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css b/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css
deleted file mode 100644
index aa4a8ea3b..000000000
--- a/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.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;
-}