Update TinyMCE to 3.5.3, enable stripping of Word styles on paste
BIN
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 810 B |
BIN
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 272 B |
0
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 915 B After Width: | Height: | Size: 907 B |
BIN
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 911 B After Width: | Height: | Size: 909 B |
0
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
BIN
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
vendored
Executable file → Normal file
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 84 B |
6
webapp/web/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css
vendored
Executable file → Normal file
|
@ -7,8 +7,8 @@
|
|||
.clearlooks2 {position:absolute; direction:ltr}
|
||||
.clearlooks2 .mceWrapper {position:static}
|
||||
.mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%}
|
||||
.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; filter:alpha(opacity=50)}
|
||||
.clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#FFF; opacity:0.6; filter:alpha(opacity=60); display:none}
|
||||
.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}
|
||||
.clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#FFF; opacity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60); display:none}
|
||||
|
||||
/* Top */
|
||||
.clearlooks2 .mceTop, .clearlooks2 .mceTop div {top:0; width:100%; height:23px}
|
||||
|
@ -87,4 +87,4 @@
|
|||
.clearlooks2 .mceAlert .mceIcon {background:url(img/alert.gif)}
|
||||
.clearlooks2 .mceConfirm .mceOk {left:50%; top:auto; margin-left: -90px}
|
||||
.clearlooks2 .mceConfirm .mceCancel {left:50%; top:auto}
|
||||
.clearlooks2 .mceConfirm .mceIcon {background:url(img/confirm.gif)}
|
||||
.clearlooks2 .mceConfirm .mceIcon {background:url(img/confirm.gif)}
|
||||
|
|