commit | author | age
|
e019f2
|
1 |
/***** Roundcube|Mail settings task styles *****/ |
4e17e6
|
2 |
|
624ce7
|
3 |
#rcmfd_timezone |
T |
4 |
{ |
|
5 |
width: 300px; |
35c31e
|
6 |
} |
T |
7 |
|
b0dbf3
|
8 |
#folder-manager.droptarget |
S |
9 |
{ |
|
10 |
border: 1px solid #CC3333; |
|
11 |
background-color: #FFFFA6; |
e9b5a6
|
12 |
} |
T |
13 |
|
af3c04
|
14 |
#identities-table, |
A |
15 |
#subscription-table, |
|
16 |
#sections-table |
4e17e6
|
17 |
{ |
f865b6
|
18 |
width: 100%; |
f645ce
|
19 |
table-layout: fixed; |
72a8c3
|
20 |
} |
A |
21 |
|
f055b1
|
22 |
#subscription-table input |
A |
23 |
{ |
|
24 |
font: inherit; |
|
25 |
} |
|
26 |
|
72a8c3
|
27 |
#subscription-table tbody td, |
58a58c
|
28 |
#identities-table tbody td, |
A |
29 |
#sections-table tbody td |
4e17e6
|
30 |
{ |
1996d8
|
31 |
cursor: default; |
f645ce
|
32 |
text-overflow: ellipsis; |
54759c
|
33 |
-o-text-overflow: ellipsis; |
0b9dcd
|
34 |
height: 18px; |
T |
35 |
} |
|
36 |
|
72a8c3
|
37 |
#subscription-table tr.virtual td |
A |
38 |
{ |
|
39 |
color: #666; |
|
40 |
} |
|
41 |
|
8a3b1c
|
42 |
#subscription-table tr.root td |
T |
43 |
{ |
|
44 |
font-size: 10%; |
|
45 |
height: 5px; |
|
46 |
} |
|
47 |
|
af3c04
|
48 |
#subscription-table tr.selected td |
72a8c3
|
49 |
{ |
A |
50 |
color: #FFFFFF; |
|
51 |
background-color: #CC3333; |
|
52 |
} |
|
53 |
|
af3c04
|
54 |
#subscription-table tr.droptarget td |
72a8c3
|
55 |
{ |
A |
56 |
background-color: #FFFFA6; |
|
57 |
} |
|
58 |
|
af3c04
|
59 |
#subscription-table td.name |
72a8c3
|
60 |
{ |
e624fc
|
61 |
width: auto; |
72a8c3
|
62 |
} |
A |
63 |
|
af3c04
|
64 |
#subscription-table td.subscribed |
72a8c3
|
65 |
{ |
e624fc
|
66 |
text-align: right; |
T |
67 |
padding-right: 12px; |
f055b1
|
68 |
} |
A |
69 |
|
af3c04
|
70 |
#folder-box, |
d47a4f
|
71 |
#prefs-box, |
A |
72 |
#identity-box |
4e17e6
|
73 |
{ |
f645ce
|
74 |
position: absolute; |
54759c
|
75 |
top: 0; |
A |
76 |
right: 0; |
|
77 |
bottom: 0; |
4e17e6
|
78 |
border: 1px solid #999999; |
c1a057
|
79 |
overflow: hidden; |
0f8ff2
|
80 |
background-color: #F2F2F2; |
4e17e6
|
81 |
} |
T |
82 |
|
af3c04
|
83 |
#identity-details table td.title, |
A |
84 |
#folder-details table td.title |
4e17e6
|
85 |
{ |
T |
86 |
font-weight: bold; |
|
87 |
text-align: right; |
|
88 |
} |
|
89 |
|
24053e
|
90 |
#bottomboxes |
T |
91 |
{ |
|
92 |
position: absolute; |
da35b6
|
93 |
width: 600px; |
087c7d
|
94 |
height: 95px; |
A |
95 |
left: 0; |
|
96 |
bottom: 0; |
24053e
|
97 |
} |
a901aa
|
98 |
|
54759c
|
99 |
#identities-list, |
af3c04
|
100 |
#folder-manager, |
f05834
|
101 |
#sectionslist |
A |
102 |
{ |
|
103 |
position: absolute; |
087c7d
|
104 |
top: 0; |
A |
105 |
left: 0; |
|
106 |
bottom: 0; |
f05834
|
107 |
border: 1px solid #999999; |
A |
108 |
background-color: #F9F9F9; |
54759c
|
109 |
overflow: hidden; |
f05834
|
110 |
} |
A |
111 |
|
|
112 |
body.iframe, |
af3c04
|
113 |
#prefs-frame, |
d47a4f
|
114 |
#folder-frame, |
A |
115 |
#identity-frame |
f05834
|
116 |
{ |
0f8ff2
|
117 |
background-color: #F2F2F2; |
f05834
|
118 |
border: none; |
24f812
|
119 |
min-height: 100%; /* Chrome 14 bug */ |
f05834
|
120 |
} |
A |
121 |
|
d47a4f
|
122 |
#prefs-title, |
A |
123 |
#folder-title, |
|
124 |
#identity-title |
|
125 |
{ |
|
126 |
/* fixes issue where tabs were overlapping box title when scrolling */ |
|
127 |
z-index: 10; |
|
128 |
} |
|
129 |
|
f05834
|
130 |
#formfooter |
A |
131 |
{ |
|
132 |
width: 100%; |
|
133 |
} |
|
134 |
|
|
135 |
#formfooter .footerleft |
|
136 |
{ |
2ca9f4
|
137 |
padding: 0 2px 10px; |
f05834
|
138 |
white-space: nowrap; |
A |
139 |
float: left; |
|
140 |
} |
|
141 |
|
|
142 |
#formfooter .footerright |
|
143 |
{ |
2ca9f4
|
144 |
padding: 0 2px 10px; |
ffae15
|
145 |
white-space: nowrap; |
A |
146 |
text-align: right; |
f05834
|
147 |
float: right; |
ffae15
|
148 |
} |
af3c04
|
149 |
|
A |
150 |
#quota |
|
151 |
{ |
|
152 |
position: absolute; |
|
153 |
top: 3px; |
|
154 |
right: 8px; |
|
155 |
width: 100px; |
|
156 |
} |
|
157 |
|
|
158 |
#quotaimg |
|
159 |
{ |
|
160 |
position: absolute; |
|
161 |
top: 3px; |
|
162 |
right: 6px; |
|
163 |
z-index: 101; |
|
164 |
} |
b8793f
|
165 |
|
A |
166 |
#rcmfd_signature |
|
167 |
{ |
|
168 |
font-family: monospace; |
|
169 |
} |
45fa64
|
170 |
|
ce22f1
|
171 |
div.readtext |
T |
172 |
{ |
|
173 |
width: 42em; |
|
174 |
padding: 20px; |
|
175 |
} |
|
176 |
|
45fa64
|
177 |
#license |
A |
178 |
{ |
15cd3e
|
179 |
min-height: 200px; |
ce22f1
|
180 |
padding-bottom: 2em; |
45fa64
|
181 |
background: url(images/watermark.gif) no-repeat center; |
A |
182 |
} |
|
183 |
|
|
184 |
#license .sysname |
|
185 |
{ |
|
186 |
font-size: 18px; |
|
187 |
font-weight: bold; |
|
188 |
} |
|
189 |
|
|
190 |
#license .copyright |
|
191 |
{ |
|
192 |
font-weight: bold; |
|
193 |
} |
|
194 |
|
|
195 |
#license .license, |
|
196 |
#license .links |
|
197 |
{ |
ce22f1
|
198 |
margin-top: 1.5em; |
45fa64
|
199 |
} |
A |
200 |
|
18b738
|
201 |
.skinselection |
TB |
202 |
{ |
|
203 |
display: block; |
|
204 |
white-space: nowrap; |
|
205 |
margin: 0.3em 0; |
|
206 |
} |
|
207 |
|
|
208 |
.skinselection span |
|
209 |
{ |
|
210 |
display: inline-block; |
|
211 |
vertical-align: middle; |
|
212 |
padding-right: 1em; |
|
213 |
} |
|
214 |
|
|
215 |
.skinselection .skinname |
|
216 |
{ |
|
217 |
font-weight: bold; |
|
218 |
} |
|
219 |
|
|
220 |
.skinselection .skinlicense, |
|
221 |
.skinselection .skinlicense a |
|
222 |
{ |
|
223 |
color: #999; |
|
224 |
font-style: italic; |
|
225 |
text-decoration: none; |
|
226 |
} |
|
227 |
|
|
228 |
.skinselection .skinlicense a:hover |
|
229 |
{ |
|
230 |
text-decoration: underline; |
|
231 |
} |
|
232 |
|
|
233 |
img.skinthumbnail |
|
234 |
{ |
|
235 |
width: 64px; |
|
236 |
height: 64px; |
|
237 |
border: 1px solid #999; |
|
238 |
background: #fff; |
|
239 |
} |
|
240 |
|
45fa64
|
241 |
#pluginlist |
A |
242 |
{ |
|
243 |
border: 1px solid #999; |
15cd3e
|
244 |
width: 100%; |
45fa64
|
245 |
} |
A |
246 |
|
|
247 |
#pluginlist td.version |
|
248 |
{ |
|
249 |
text-align: center; |
|
250 |
} |
|
251 |
|
|
252 |
div.crop |
|
253 |
{ |
|
254 |
overflow: auto; |
|
255 |
} |