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 |
|
4e17e6
|
70 |
#identity-frame |
T |
71 |
{ |
|
72 |
position: relative; |
|
73 |
margin-top: 20px; |
|
74 |
border: 1px solid #999999; |
|
75 |
} |
|
76 |
|
af3c04
|
77 |
#identity-details, |
A |
78 |
#folder-box, |
|
79 |
#prefs-box |
4e17e6
|
80 |
{ |
f645ce
|
81 |
position: absolute; |
54759c
|
82 |
top: 0; |
A |
83 |
right: 0; |
|
84 |
bottom: 0; |
4e17e6
|
85 |
border: 1px solid #999999; |
f645ce
|
86 |
overflow: auto; |
0f8ff2
|
87 |
background-color: #F2F2F2; |
4e17e6
|
88 |
} |
T |
89 |
|
af3c04
|
90 |
#identity-details table td.title, |
A |
91 |
#folder-details table td.title |
4e17e6
|
92 |
{ |
T |
93 |
font-weight: bold; |
|
94 |
text-align: right; |
|
95 |
} |
|
96 |
|
ec0171
|
97 |
input.disabled |
A |
98 |
{ |
|
99 |
color: #999999; |
|
100 |
} |
|
101 |
|
24053e
|
102 |
#bottomboxes |
T |
103 |
{ |
|
104 |
position: absolute; |
da35b6
|
105 |
width: 600px; |
087c7d
|
106 |
height: 95px; |
A |
107 |
left: 0; |
|
108 |
bottom: 0; |
24053e
|
109 |
} |
a901aa
|
110 |
|
54759c
|
111 |
#identities-list, |
af3c04
|
112 |
#folder-manager, |
f05834
|
113 |
#sectionslist |
A |
114 |
{ |
|
115 |
position: absolute; |
087c7d
|
116 |
top: 0; |
A |
117 |
left: 0; |
|
118 |
bottom: 0; |
f05834
|
119 |
border: 1px solid #999999; |
A |
120 |
background-color: #F9F9F9; |
54759c
|
121 |
overflow: hidden; |
f05834
|
122 |
} |
A |
123 |
|
|
124 |
body.iframe, |
af3c04
|
125 |
#prefs-frame, |
A |
126 |
#folder-frame |
f05834
|
127 |
{ |
0f8ff2
|
128 |
background-color: #F2F2F2; |
f05834
|
129 |
border: none; |
24f812
|
130 |
min-height: 100%; /* Chrome 14 bug */ |
f05834
|
131 |
} |
A |
132 |
|
|
133 |
#formfooter |
|
134 |
{ |
|
135 |
width: 100%; |
|
136 |
} |
|
137 |
|
|
138 |
#formfooter .footerleft |
|
139 |
{ |
6fff3c
|
140 |
padding-left: 15px; |
f05834
|
141 |
white-space: nowrap; |
A |
142 |
float: left; |
|
143 |
} |
|
144 |
|
|
145 |
#formfooter .footerright |
|
146 |
{ |
6fff3c
|
147 |
padding-right: 15px; |
ffae15
|
148 |
white-space: nowrap; |
A |
149 |
text-align: right; |
f05834
|
150 |
float: right; |
ffae15
|
151 |
} |
af3c04
|
152 |
|
A |
153 |
#quota |
|
154 |
{ |
|
155 |
position: absolute; |
|
156 |
top: 3px; |
|
157 |
right: 8px; |
|
158 |
width: 100px; |
|
159 |
} |
|
160 |
|
|
161 |
#quotaimg |
|
162 |
{ |
|
163 |
position: absolute; |
|
164 |
top: 3px; |
|
165 |
right: 6px; |
|
166 |
z-index: 101; |
|
167 |
} |
b8793f
|
168 |
|
A |
169 |
#rcmfd_signature |
|
170 |
{ |
|
171 |
font-family: monospace; |
|
172 |
} |