upgrading to TinyMCE 3
This commit is contained in:
parent
d245e8ef48
commit
cc75819ca9
2274 changed files with 25785 additions and 107069 deletions
11
www/extras/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css
vendored
Normal file
11
www/extras/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.panel_wrapper div.current {
|
||||
height: 290px;
|
||||
}
|
||||
|
||||
#id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#events_panel input {
|
||||
width: 200px;
|
||||
}
|
||||
9
www/extras/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css
vendored
Normal file
9
www/extras/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
input.field, select.field {width:200px;}
|
||||
input.picker {width:179px; margin-left: 5px;}
|
||||
input.disabled {border-color:#F2F2F2;}
|
||||
img.picker {vertical-align:text-bottom; cursor:pointer;}
|
||||
h1 {padding: 0 0 5px 0;}
|
||||
.panel_wrapper div.current {height:160px;}
|
||||
#xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {height: 230px;}
|
||||
a.browse span {display:block; width:20px; height:20px; background:url('../../../themes/advanced/img/icons.gif') -140px -20px;}
|
||||
#datetime {width:180px;}
|
||||
24
www/extras/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
vendored
Normal file
24
www/extras/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
ins {
|
||||
border-bottom: 1px solid green;
|
||||
text-decoration: none;
|
||||
color: green;
|
||||
}
|
||||
|
||||
del {
|
||||
color: Red;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
cite {
|
||||
border-bottom: 1px dashed blue;
|
||||
}
|
||||
|
||||
acronym {
|
||||
border-bottom: 1px dotted #CCC;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
abbr, html\:abbr {
|
||||
border-bottom: 1px dashed #CCC;
|
||||
cursor: help;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue