0
|
1 /***** Roundcube|Mail settings task styles *****/
|
|
2
|
|
3 #rcmfd_timezone
|
|
4 {
|
|
5 width: 300px;
|
|
6 }
|
|
7
|
|
8 #folder-manager.droptarget
|
|
9 {
|
|
10 border: 1px solid #CC3333;
|
|
11 background-color: #FFFFA6;
|
|
12 }
|
|
13
|
|
14 #folderlist-title a.iconbutton.search {
|
|
15 background: url(images/icons/glass.png?v=6b06.406) no-repeat 0 0;
|
|
16 cursor: pointer;
|
|
17 position: absolute;
|
|
18 right: 4px;
|
|
19 top: 2px;
|
|
20 width: 16px;
|
|
21 text-indent: 50000px;
|
|
22 }
|
|
23
|
|
24 .listsearchbox select {
|
|
25 width: 100%;
|
|
26 margin: 1px 0;
|
|
27 }
|
|
28
|
|
29 #identities-table,
|
|
30 #sections-table
|
|
31 {
|
|
32 width: 100%;
|
|
33 table-layout: fixed;
|
|
34 }
|
|
35
|
|
36 #identities-table tbody tr td,
|
|
37 #sections-table tbody tr td
|
|
38 {
|
|
39 cursor: default;
|
|
40 }
|
|
41
|
|
42 #identities-table tbody tr.readonly td
|
|
43 {
|
|
44 font-style: italic;
|
|
45 }
|
|
46
|
|
47 #subscription-table li.root
|
|
48 {
|
|
49 font-size: 5%;
|
|
50 line-height: 5px;
|
|
51 height: 5px;
|
|
52 padding: 2px;
|
|
53 }
|
|
54
|
|
55 #subscription-table li input {
|
|
56 position: absolute;
|
|
57 right: 0;
|
|
58 top: 2px;
|
|
59 }
|
|
60
|
|
61 #subscription-table li a {
|
|
62 padding-right: 20px;
|
|
63 overflow: hidden;
|
|
64 text-overflow: ellipsis;
|
|
65 }
|
|
66
|
|
67 #folder-box,
|
|
68 #prefs-box,
|
|
69 #identity-box
|
|
70 {
|
|
71 position: absolute;
|
|
72 top: 0;
|
|
73 right: 0;
|
|
74 bottom: 0;
|
|
75 border: 1px solid #999999;
|
|
76 overflow: hidden;
|
|
77 background-color: #F2F2F2;
|
|
78 }
|
|
79
|
|
80 #identity-details table td.title,
|
|
81 #response-details table td.title,
|
|
82 #folder-details table td.title
|
|
83 {
|
|
84 font-weight: bold;
|
|
85 text-align: right;
|
|
86 width: 1%;
|
|
87 white-space: nowrap;
|
|
88 }
|
|
89
|
|
90 #response-details table td.title
|
|
91 {
|
|
92 text-align: left;
|
|
93 vertical-align: top;
|
|
94 width: 140px;
|
|
95 padding-top: 5px;
|
|
96 }
|
|
97
|
|
98 #bottomboxes
|
|
99 {
|
|
100 position: absolute;
|
|
101 width: 600px;
|
|
102 height: 95px;
|
|
103 left: 0;
|
|
104 bottom: 0;
|
|
105 }
|
|
106
|
|
107 #identities-list,
|
|
108 #folder-manager,
|
|
109 #sectionslist
|
|
110 {
|
|
111 position: absolute;
|
|
112 top: 0;
|
|
113 left: 0;
|
|
114 bottom: 0;
|
|
115 border: 1px solid #999999;
|
|
116 background-color: #F9F9F9;
|
|
117 overflow: hidden;
|
|
118 }
|
|
119
|
|
120 body.iframe,
|
|
121 #prefs-frame,
|
|
122 #folder-frame,
|
|
123 #identity-frame
|
|
124 {
|
|
125 background-color: #F2F2F2;
|
|
126 border: none;
|
|
127 min-height: 100%; /* Chrome 14 bug */
|
|
128 }
|
|
129
|
|
130 #prefs-title,
|
|
131 #folder-title,
|
|
132 #identity-title
|
|
133 {
|
|
134 /* fixes issue where tabs were overlapping box title when scrolling */
|
|
135 z-index: 10;
|
|
136 }
|
|
137
|
|
138 #formfooter
|
|
139 {
|
|
140 width: 100%;
|
|
141 }
|
|
142
|
|
143 #formfooter .footerleft
|
|
144 {
|
|
145 padding: 0 2px 10px;
|
|
146 white-space: nowrap;
|
|
147 float: left;
|
|
148 }
|
|
149
|
|
150 #formfooter .footerright
|
|
151 {
|
|
152 padding: 0 2px 10px;
|
|
153 white-space: nowrap;
|
|
154 text-align: right;
|
|
155 float: right;
|
|
156 }
|
|
157
|
|
158 #formfooter .footerindent
|
|
159 {
|
|
160 padding: 10px 0;
|
|
161 margin-left: 155px;
|
|
162 }
|
|
163
|
|
164 #quota
|
|
165 {
|
|
166 position: absolute;
|
|
167 top: 3px;
|
|
168 right: 8px;
|
|
169 width: 100px;
|
|
170 }
|
|
171
|
|
172 #quotaimg
|
|
173 {
|
|
174 position: absolute;
|
|
175 top: 3px;
|
|
176 right: 6px;
|
|
177 z-index: 101;
|
|
178 }
|
|
179
|
|
180 #rcmfd_signature
|
|
181 {
|
|
182 font-family: monospace;
|
|
183 }
|
|
184
|
|
185 div.readtext
|
|
186 {
|
|
187 width: 42em;
|
|
188 padding: 20px;
|
|
189 }
|
|
190
|
|
191 #license
|
|
192 {
|
|
193 min-height: 200px;
|
|
194 padding-bottom: 2em;
|
|
195 background: url(images/watermark.gif?v=4094.9288) no-repeat center;
|
|
196 }
|
|
197
|
|
198 #license .sysname
|
|
199 {
|
|
200 font-size: 18px;
|
|
201 font-weight: bold;
|
|
202 }
|
|
203
|
|
204 #license .copyright
|
|
205 {
|
|
206 font-weight: bold;
|
|
207 }
|
|
208
|
|
209 #license .license,
|
|
210 #license .links
|
|
211 {
|
|
212 margin-top: 1.5em;
|
|
213 }
|
|
214
|
|
215 .skinselection
|
|
216 {
|
|
217 display: block;
|
|
218 white-space: nowrap;
|
|
219 margin: 0.3em 0;
|
|
220 }
|
|
221
|
|
222 .skinselection span
|
|
223 {
|
|
224 display: inline-block;
|
|
225 vertical-align: middle;
|
|
226 padding-right: 1em;
|
|
227 }
|
|
228
|
|
229 .skinselection .skinname
|
|
230 {
|
|
231 font-weight: bold;
|
|
232 }
|
|
233
|
|
234 .skinselection .skinlicense,
|
|
235 .skinselection .skinlicense a
|
|
236 {
|
|
237 color: #999;
|
|
238 font-style: italic;
|
|
239 text-decoration: none;
|
|
240 }
|
|
241
|
|
242 .skinselection .skinlicense a:hover
|
|
243 {
|
|
244 text-decoration: underline;
|
|
245 }
|
|
246
|
|
247 img.skinthumbnail
|
|
248 {
|
|
249 width: 64px;
|
|
250 height: 64px;
|
|
251 border: 1px solid #999;
|
|
252 background: #fff;
|
|
253 }
|
|
254
|
|
255 #pluginlist
|
|
256 {
|
|
257 border: 1px solid #999;
|
|
258 width: 100%;
|
|
259 }
|
|
260
|
|
261 #pluginlist td.version
|
|
262 {
|
|
263 text-align: center;
|
|
264 }
|
|
265
|
|
266 div.crop
|
|
267 {
|
|
268 overflow: auto;
|
|
269 }
|
|
270
|
|
271 #rcmfd_signature
|
|
272 {
|
|
273 width: 99%;
|
|
274 min-width: 390px;
|
|
275 }
|
|
276
|
|
277 #rcmfd_signature_toolbar1 td,
|
|
278 #rcmfd_signature_toolbar2 td
|
|
279 {
|
|
280 width: auto;
|
|
281 }
|