]> git.donarmstrong.com Git - roundcube.git/blob - plugins/managesieve/skins/default/managesieve.css
Imported Upstream version 0.3
[roundcube.git] / plugins / managesieve / skins / default / managesieve.css
1 /***** RoundCube|Filters styles *****/
2
3
4 #filterslist
5 {
6   position: absolute;
7   left: 20px;
8   width: 220px;
9   top: 130px;
10   bottom: 30px;
11   border: 1px solid #999999;
12   background-color: #F9F9F9;
13   overflow: auto;
14   /* css hack for IE */
15   height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
16 }
17
18 #filters-table
19 {
20   width: 100%;
21   table-layout: fixed;
22   /* css hack for IE */
23   width: expression(document.getElementById('filterslist').clientWidth);
24 }
25
26 #filters-table tbody td
27 {
28   cursor: pointer;
29 }
30
31 #filtersbuttons
32 {
33   position: absolute;
34   left: 20px;
35   top: 95px;
36 }
37
38 #filter-box
39 {
40   position: absolute;
41   top: 95px;
42   left: 250px;
43   right: 20px;
44   bottom: 30px;
45   border: 1px solid #999999;
46   overflow: hidden;
47   /* css hack for IE */
48   width: expression((parseInt(document.documentElement.clientWidth)-30-parseInt(document.getElementById('filterslist').offsetLeft)-parseInt(document.getElementById('filterslist').offsetWidth))+'px');
49   height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
50 }
51
52 #filter-frame
53 {
54   background-color: #F9F9F9;
55   border: none;
56 }
57
58 body.iframe
59 {
60   background-color: #F9F9F9;
61   min-width: 740px;
62   width: expression(Math.max(740, document.documentElement.clientWidth)+'px');
63 }
64
65 #filter-form
66 {
67   min-width: 650px;
68   white-space: nowrap;
69   background-color: #F9F9F9;
70   padding: 20px 10px 10px 10px;
71 }
72
73 #filter-form input, select
74 {
75   font-size: 10pt;
76   font-family: inherit;
77 }
78
79 fieldset
80 {
81   background-color: white;
82 }
83
84 legend, label
85 {
86   color: #666666;
87 }
88
89 #rules, #actions
90 {
91   margin-top: 5px;
92   width: 100%;
93   padding: 0;
94   border-collapse: collapse;
95 }
96
97 div.rulerow, div.actionrow
98 {
99   width: 100%;
100   padding: 2px;
101   white-space: nowrap;
102   float: left;
103   border: 1px solid white;
104   display: block;
105 }
106
107 div.rulerow:hover, div.actionrow:hover
108 {
109   padding: 2px;
110   white-space: nowrap;
111   display: block;
112   float: left;
113   background: #F2F2F2;
114   border: 1px solid silver;
115 }
116
117 div.rulerow table, div.actionrow table
118 {
119   width: 100%;
120   padding: 0px;
121 }
122
123 td.rowbuttons
124 {
125   width: 98%;
126   text-align: right;
127   white-space: nowrap;
128 }
129
130 td.rowactions, td.rowtargets
131 {
132   width: 1%;
133   white-space: nowrap;
134 }
135
136 input.disabled, input.disabled:hover
137 {
138   color: #999999;
139 }
140
141 input.error, textarea.error
142 {
143   background-color: #FFFF88;
144 }
145
146 input.box,
147 input.radio
148 {
149   border: 0;
150 }
151
152 span.label
153 {
154   color: #666666;
155   font-size: 10px;
156   white-space: nowrap;
157 }