0
|
1 #messagemenu li a.filterlink {
|
|
2 background-image: url(images/filter.png?v=b0fe.547);
|
|
3 background-position: 7px 1px;
|
|
4 }
|
|
5
|
|
6 #sievefilterform {
|
|
7 top: 0;
|
|
8 bottom: 0;
|
|
9 left: 0;
|
|
10 right: 0;
|
|
11 background-color: #F2F2F2;
|
|
12 border: 1px solid #999999;
|
|
13 padding: 0;
|
|
14 margin: 5px;
|
|
15 }
|
|
16
|
|
17 #sievefilterform iframe {
|
|
18 top: 0;
|
|
19 bottom: 0;
|
|
20 left: 0;
|
|
21 right: 0;
|
|
22 width: 100%;
|
|
23 min-height: 100%; /* Chrome 14 bug */
|
|
24 background-color: #F2F2F2;
|
|
25 border: 0;
|
|
26 padding: 0;
|
|
27 margin: 0;
|
|
28 }
|
|
29
|
|
30 #sievefilterform ul {
|
|
31 list-style: none;
|
|
32 padding: 0;
|
|
33 margin: 0;
|
|
34 margin-top: 5px;
|
|
35 }
|
|
36
|
|
37 #sievefilterform fieldset {
|
|
38 margin: 5px;
|
|
39 }
|
|
40
|
|
41 #sievefilterform ul li {
|
|
42 margin-bottom: 5px;
|
|
43 white-space: nowrap;
|
|
44 }
|
|
45
|
|
46 #sievefilterform ul li input {
|
|
47 margin-right: 5px;
|
|
48 }
|
|
49
|
|
50 #sievefilterform label {
|
|
51 font-weight: bold;
|
|
52 }
|
|
53
|
|
54 #managesieve-tip
|
|
55 {
|
|
56 z-index: 100000;
|
|
57 }
|
|
58
|
|
59 span.sieve.error
|
|
60 {
|
|
61 color: red;
|
|
62 }
|