annotate static/js/tiny_mce/plugins/media/css/media.css @ 917:0365fdbb4d78

Fix app conflict with messages. Django's messages app label conflicts with our messages app. We can't easily rename our label as that will make us rename database tables. Since our app came first we'll just customize Django messages label. For Django 1.7.7 upgrade.
author Brian Neal <bgneal@gmail.com>
date Mon, 06 Apr 2015 20:02:25 -0500
parents 6c182ceb7147
children
rev   line source
bgneal@442 1 #id, #name, #hspace, #vspace, #class_name, #align { width: 100px }
bgneal@312 2 #hspace, #vspace { width: 50px }
bgneal@312 3 #flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }
bgneal@442 4 #flash_base, #flash_flashvars, #html5_altsource1, #html5_altsource2, #html5_poster { width: 240px }
bgneal@312 5 #width, #height { width: 40px }
bgneal@312 6 #src, #media_type { width: 250px }
bgneal@312 7 #class { width: 120px }
bgneal@442 8 #prev { margin: 0; border: 1px solid black; width: 380px; height: 260px; overflow: auto }
bgneal@442 9 .panel_wrapper div.current { height: 420px; overflow: auto }
bgneal@312 10 #flash_options, #shockwave_options, #qt_options, #wmp_options, #rmp_options { display: none }
bgneal@312 11 .mceAddSelectValue { background-color: #DDDDDD }
bgneal@312 12 #qt_starttime, #qt_endtime, #qt_fov, #qt_href, #qt_moveid, #qt_moviename, #qt_node, #qt_pan, #qt_qtsrc, #qt_qtsrcchokespeed, #qt_target, #qt_tilt, #qt_urlsubstituten, #qt_volume { width: 70px }
bgneal@312 13 #wmp_balance, #wmp_baseurl, #wmp_captioningid, #wmp_currentmarker, #wmp_currentposition, #wmp_defaultframe, #wmp_playcount, #wmp_rate, #wmp_uimode, #wmp_volume { width: 70px }
bgneal@312 14 #rmp_console, #rmp_numloop, #rmp_controls, #rmp_scriptcallbacks { width: 70px }
bgneal@312 15 #shockwave_swvolume, #shockwave_swframe, #shockwave_swurl, #shockwave_swstretchvalign, #shockwave_swstretchhalign, #shockwave_swstretchstyle { width: 90px }
bgneal@312 16 #qt_qtsrc { width: 200px }
bgneal@442 17 iframe {border: 1px solid gray}