1 #id, #name, #hspace, #vspace, #class_name, #align { |
|
2 width: 100px; |
|
3 } |
|
4 |
|
5 #hspace, #vspace { |
|
6 width: 50px; |
|
7 } |
|
8 |
|
9 #flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { |
|
10 width: 100px; |
|
11 } |
|
12 |
|
13 #flash_base, #flash_flashvars { |
|
14 width: 240px; |
|
15 } |
|
16 |
|
17 #width, #height { |
|
18 width: 40px; |
|
19 } |
|
20 |
|
21 #src, #media_type { |
|
22 width: 250px; |
|
23 } |
|
24 |
|
25 #class { |
|
26 width: 120px; |
|
27 } |
|
28 |
|
29 #prev { |
|
30 margin: 0; |
|
31 border: 1px solid black; |
|
32 width: 99%; |
|
33 height: 230px; |
|
34 overflow: auto; |
|
35 } |
|
36 |
|
37 .panel_wrapper div.current { |
|
38 height: 390px; |
|
39 overflow: auto; |
|
40 } |
|
41 |
|
42 #flash_options, #shockwave_options, #qt_options, #wmp_options, #rmp_options { |
|
43 display: none; |
|
44 } |
|
45 |
|
46 .mceAddSelectValue { |
|
47 background-color: #DDDDDD; |
|
48 } |
|
49 |
|
50 #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 { |
|
51 width: 70px; |
|
52 } |
|
53 |
|
54 #wmp_balance, #wmp_baseurl, #wmp_captioningid, #wmp_currentmarker, #wmp_currentposition, #wmp_defaultframe, #wmp_playcount, #wmp_rate, #wmp_uimode, #wmp_volume { |
|
55 width: 70px; |
|
56 } |
|
57 |
|
58 #rmp_console, #rmp_numloop, #rmp_controls, #rmp_scriptcallbacks { |
|
59 width: 70px; |
|
60 } |
|
61 |
|
62 #shockwave_swvolume, #shockwave_swframe, #shockwave_swurl, #shockwave_swstretchvalign, #shockwave_swstretchhalign, #shockwave_swstretchstyle { |
|
63 width: 90px; |
|
64 } |
|
65 |
|
66 #qt_qtsrc { |
|
67 width: 200px; |
|
68 } |
|