comparison plugins/managesieve/skins/larry/managesieve_mail.css @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 ul.toolbarmenu li span.filterlink {
2 background-position: 0 -2174px;
3 }
4
5 #sievefilterform {
6 top: 0;
7 bottom: 0;
8 left: 0;
9 right: 0;
10 padding: 0;
11 overflow: hidden;
12 }
13
14 #sievefilterform iframe {
15 top: 0;
16 bottom: 0;
17 left: 0;
18 right: 0;
19 width: 100%;
20 min-height: 100%; /* Chrome 14 bug */
21 border: 0;
22 padding: 0;
23 margin: 0;
24 }
25
26 #sievefilterform ul {
27 list-style: none;
28 padding: 0;
29 margin: 0;
30 margin-top: 5px;
31 }
32
33 #sievefilterform fieldset {
34 margin: 5px;
35 border-radius: 4px;
36 }
37
38 #sievefilterform ul li {
39 margin-bottom: 5px;
40 white-space: nowrap;
41 }
42
43 #sievefilterform ul li input {
44 margin-right: 5px;
45 }
46
47 #sievefilterform label {
48 font-weight: bold;
49 }
50
51 #managesieve-tip
52 {
53 z-index: 100000;
54 padding: 3px;
55 background-color: #eee;
56 }
57
58 span.sieve.error
59 {
60 color: red;
61 white-space: nowrap;
62 }