1
|
1 |
a.mceButtonNormal img, a.mceButtonSelected img {border: 1px solid #F0F0EE !important;}
|
|
2 |
a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {border: 1px solid #0A246A !important; cursor: default; background-color: #B6BDD2;}
|
|
3 |
|
|
4 |
img {
|
|
5 |
border: 0;
|
|
6 |
}
|
|
7 |
|
|
8 |
input.field, select.field {
|
|
9 |
width: 200px;
|
|
10 |
}
|
|
11 |
|
|
12 |
input.picker {
|
|
13 |
width: 179px;
|
|
14 |
margin-left: 5px;
|
|
15 |
}
|
|
16 |
|
|
17 |
input.disabled {
|
|
18 |
border-color: #F2F2F2;
|
|
19 |
}
|
|
20 |
|
|
21 |
img.picker {
|
|
22 |
vertical-align: text-bottom;
|
|
23 |
cursor: pointer;
|
|
24 |
}
|
|
25 |
|
|
26 |
h1 {
|
|
27 |
padding: 0 0 5px 0;
|
|
28 |
}
|
|
29 |
|
|
30 |
#remove {
|
|
31 |
font-weight: bold;
|
|
32 |
width: 90px;
|
|
33 |
height: 21px;
|
|
34 |
border: 0px;
|
|
35 |
background-image: url('../images/remove_button_bg.gif');
|
|
36 |
cursor: pointer;
|
|
37 |
margin-left: 3px;
|
|
38 |
}
|
|
39 |
|
|
40 |
.panel_wrapper div.current {
|
|
41 |
height: 160px;
|
|
42 |
}
|
|
43 |
|
|
44 |
#xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {
|
|
45 |
height: 220px;
|
|
46 |
}
|