comparison static/js/tiny_mce/themes/advanced/skins/o2k7/content.css @ 442:6c182ceb7147

Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 May 2011 00:43:49 +0000
parents 88b2b9cb8c1f
children
comparison
equal deleted inserted replaced
441:33d0c55e57a9 442:6c182ceb7147
32 scrollbar-track-color:#F5F5F5; 32 scrollbar-track-color:#F5F5F5;
33 } 33 }
34 34
35 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px} 35 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
36 font[face=mceinline] {font-family:inherit !important} 36 font[face=mceinline] {font-family:inherit !important}
37
38 .mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
39 .mceItemShockWave {background-image:url(../../img/shockwave.gif)}
40 .mceItemFlash {background-image:url(../../img/flash.gif)}
41 .mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
42 .mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
43 .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
44 .mceItemVideo {background-image:url(../../img/video.gif)}
45 .mceItemIframe {background-image:url(../../img/iframe.gif)}
46 .mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}