Aleksander Machniak
2016-05-20 9e64dc2debfa1c7410f82bf71f4d10856751e258
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
66233b 14 #folderlist-title a.iconbutton.search {
AM 15   background: url(images/icons/glass.png) 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
e9ecd4 24 .listsearchbox select {
AM 25   width: 100%;
26   margin: 1px 0;
27 }
28
af3c04 29 #identities-table,
A 30 #sections-table
4e17e6 31 {
f865b6 32   width: 100%;
f645ce 33   table-layout: fixed;
0b9dcd 34 }
T 35
b7abf8 36 #identities-table tbody tr td,
AM 37 #sections-table tbody tr td
38 {
39   cursor: default;
40 }
41
9c41ba 42 #identities-table tbody tr.readonly td
TB 43 {
44   font-style: italic;
45 }
46
c6447e 47 #subscription-table li.root
72a8c3 48 {
c6447e 49   font-size: 5%;
AM 50   line-height: 5px;
51   height: 5px;
52   padding: 2px;
72a8c3 53 }
A 54
3cb61e 55 #subscription-table li input {
c6447e 56   position: absolute;
AM 57   right: 0;
3cb61e 58   top: 2px;
c6447e 59 }
AM 60
3cb61e 61 #subscription-table li a {
AM 62   padding-right: 20px;
63   overflow: hidden;
64   text-overflow: ellipsis;
f055b1 65 }
A 66
af3c04 67 #folder-box,
d47a4f 68 #prefs-box,
A 69 #identity-box
4e17e6 70 {
f645ce 71   position: absolute;
54759c 72   top: 0;
A 73   right: 0;
74   bottom: 0;
4e17e6 75   border: 1px solid #999999;
c1a057 76   overflow: hidden;
0f8ff2 77   background-color: #F2F2F2;
4e17e6 78 }
T 79
af3c04 80 #identity-details table td.title,
0d9b63 81 #response-details table td.title,
af3c04 82 #folder-details table td.title
4e17e6 83 {
T 84   font-weight: bold;
85   text-align: right;
d675ab 86   width: 1%;
AM 87   white-space: nowrap;
0d9b63 88 }
TB 89
90 #response-details table td.title
91 {
92   text-align: left;
93   vertical-align: top;
94   width: 140px;
95   padding-top: 5px;
4e17e6 96 }
T 97
24053e 98 #bottomboxes
T 99 {
100   position: absolute;
da35b6 101   width: 600px;
087c7d 102   height: 95px;
A 103   left: 0;
104   bottom: 0;
24053e 105 }
a901aa 106
54759c 107 #identities-list,
af3c04 108 #folder-manager,
f05834 109 #sectionslist
A 110 {
111   position: absolute;
087c7d 112   top: 0;
A 113   left: 0;
114   bottom: 0;
f05834 115   border: 1px solid #999999;
A 116   background-color: #F9F9F9;
54759c 117   overflow: hidden;
f05834 118 }
A 119
120 body.iframe,
af3c04 121 #prefs-frame,
d47a4f 122 #folder-frame,
A 123 #identity-frame
f05834 124 {
0f8ff2 125   background-color: #F2F2F2;
f05834 126   border: none;
24f812 127   min-height: 100%; /* Chrome 14 bug */
f05834 128 }
A 129
d47a4f 130 #prefs-title,
A 131 #folder-title,
132 #identity-title
133 {
134   /* fixes issue where tabs were overlapping box title when scrolling */
135   z-index: 10;
136 }
137
f05834 138 #formfooter
A 139 {
140   width: 100%;
141 }
142
143 #formfooter .footerleft
144 {
2ca9f4 145   padding: 0 2px 10px;
f05834 146   white-space: nowrap;
A 147   float: left;
148 }
149
150 #formfooter .footerright
151 {
2ca9f4 152   padding: 0 2px 10px;
ffae15 153   white-space: nowrap;
A 154   text-align: right;
f05834 155   float: right;
ffae15 156 }
af3c04 157
0d9b63 158 #formfooter .footerindent
TB 159 {
160   padding: 10px 0;
161   margin-left: 155px;
162 }
163
af3c04 164 #quota
A 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 }
b8793f 179
A 180 #rcmfd_signature
181 {
182   font-family: monospace;
183 }
45fa64 184
ce22f1 185 div.readtext
T 186 {
187   width: 42em;
188   padding: 20px;
189 }
190
45fa64 191 #license
A 192 {
15cd3e 193   min-height: 200px;
ce22f1 194   padding-bottom: 2em;
45fa64 195   background: url(images/watermark.gif) no-repeat center;
A 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 {
ce22f1 212   margin-top: 1.5em;
45fa64 213 }
A 214
18b738 215 .skinselection
TB 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
45fa64 255 #pluginlist
A 256 {
257   border: 1px solid #999;
15cd3e 258   width: 100%;
45fa64 259 }
A 260
261 #pluginlist td.version
262 {
263   text-align: center;
264 }
265
266 div.crop
267 {
268   overflow: auto;
269 }
d675ab 270
AM 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 }