summaryrefslogtreecommitdiff
path: root/plugins/managesieve/skins/larry/managesieve_mail.css
blob: 855aa8e7dd3c983cb59463170bd71f96a82ea779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
ul.toolbarmenu li span.filterlink {
  background-position: 0 -2174px;
}

#sievefilterform {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
}

#sievefilterform iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%; /* Chrome 14 bug */
  border: 0;
  padding: 0;
  margin: 0;
}

#sievefilterform ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

#sievefilterform fieldset {
  margin: 5px;
  border-radius: 4px;
}

#sievefilterform ul li {
  margin-bottom: 5px;
  white-space: nowrap;
}

#sievefilterform ul li input {
  margin-right: 5px;
}

#sievefilterform label {
  font-weight: bold;
}

#managesieve-tip
{
  z-index: 100000;
  padding: 3px;
  background-color: #eee;
}

span.sieve.error
{
  color: red;
  white-space: nowrap;
}