Adding spellchecker
This commit is contained in:
parent
fe664733cd
commit
9f232b4049
23 changed files with 2251 additions and 10 deletions
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/spellchecker/css/content.css
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/spellchecker/css/content.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.mceItemHiddenSpellWord {
|
||||
background: url('../images/wline.gif') repeat-x bottom left;
|
||||
bo2rder-bottom: 1px dashed red;
|
||||
cursor: default;
|
||||
}
|
||||
34
www/extras/tinymce2/jscripts/tiny_mce/plugins/spellchecker/css/spellchecker.css
vendored
Normal file
34
www/extras/tinymce2/jscripts/tiny_mce/plugins/spellchecker/css/spellchecker.css
vendored
Normal file
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue