1
|
1 |
#text_font {
|
|
2 |
width: 250px;
|
|
3 |
}
|
|
4 |
|
|
5 |
#text_size {
|
|
6 |
width: 70px;
|
|
7 |
}
|
|
8 |
|
|
9 |
.mceAddSelectValue {
|
|
10 |
background-color: #DDDDDD;
|
|
11 |
}
|
|
12 |
|
|
13 |
select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {
|
|
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 |
|