1 #text_font { |
1 #text_font {width:250px;} |
2 width: 250px; |
2 #text_size {width:70px;} |
3 } |
3 .mceAddSelectValue {background:#DDD;} |
4 |
4 select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {width:70px;} |
5 #text_size { |
5 #box_margin_top, #box_margin_right, #box_margin_bottom, #box_margin_left, #positioning_width, #positioning_height, #positioning_zindex {width:70px;} |
6 width: 70px; |
6 #positioning_placement_top, #positioning_placement_right, #positioning_placement_bottom, #positioning_placement_left {width:70px;} |
7 } |
7 #positioning_clip_top, #positioning_clip_right, #positioning_clip_bottom, #positioning_clip_left {width:70px;} |
8 |
8 .panel_wrapper div.current {padding-top:10px;height:230px;} |
9 .mceAddSelectValue { |
9 .delim {border-left:1px solid gray;} |
10 background-color: #DDDDDD; |
10 .tdelim {border-bottom:1px solid gray;} |
11 } |
11 #block_display {width:145px;} |
12 |
12 #list_type {width:115px;} |
13 select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left { |
13 .disabled {background:#EEE;} |
14 width: 70px; |
|
15 } |
|
16 |
|
17 #box_margin_top, #box_margin_right, #box_margin_bottom, #box_margin_left, #positioning_width, #positioning_height, #positioning_zindex { |
|
18 width: 70px; |
|
19 } |
|
20 |
|
21 #positioning_placement_top, #positioning_placement_right, #positioning_placement_bottom, #positioning_placement_left { |
|
22 width: 70px; |
|
23 } |
|
24 |
|
25 #positioning_clip_top, #positioning_clip_right, #positioning_clip_bottom, #positioning_clip_left { |
|
26 width: 70px; |
|
27 } |
|
28 |
|
29 .panel_wrapper div.current { |
|
30 padding-top: 10px; |
|
31 height: 230px; |
|
32 } |
|
33 |
|
34 .delim { |
|
35 border-left: 1px solid gray; |
|
36 } |
|
37 |
|
38 .tdelim { |
|
39 border-bottom: 1px solid gray; |
|
40 } |
|
41 |
|
42 #block_display { |
|
43 width: 145px; |
|
44 } |
|
45 |
|
46 #list_type { |
|
47 width: 115px; |
|
48 } |
|
49 |
|
50 .disabled { |
|
51 background-color: #EEEEEE; |
|
52 } |
|
53 |
|
54 #apply { |
|
55 font-weight: bold; |
|
56 width: 78px; |
|
57 height: 21px; |
|
58 border: 0; |
|
59 background-image: url('../images/apply_button_bg.gif'); |
|
60 cursor: pointer; |
|
61 } |
|
62 |
|