commit | author | age
|
4e17e6
|
1 |
/***** RoundCube|Mail settings task styles *****/ |
T |
2 |
|
|
3 |
|
|
4 |
#tabsbar |
|
5 |
{ |
|
6 |
position: absolute; |
a95e0e
|
7 |
top: 50px; |
4e17e6
|
8 |
left: 220px; |
T |
9 |
right: 60px; |
|
10 |
height: 22px; |
|
11 |
border-bottom: 1px solid #999999; |
|
12 |
white-space: nowrap; |
|
13 |
/* css hack for IE */ |
|
14 |
width: expression((parseInt(document.documentElement.clientWidth)-280)+'px'); |
|
15 |
} |
|
16 |
|
|
17 |
span.tablink, |
|
18 |
span.tablink-selected |
|
19 |
{ |
|
20 |
float: left; |
455c2b
|
21 |
width: 100px; |
T |
22 |
height: 24px !important; |
|
23 |
height: 22px; |
4e17e6
|
24 |
background: url('images/tab_pas.gif') top left no-repeat; |
T |
25 |
} |
|
26 |
|
|
27 |
span.tablink-selected |
|
28 |
{ |
|
29 |
background: url('images/tab_act.gif') top left no-repeat; |
|
30 |
} |
|
31 |
|
|
32 |
span.tablink a, |
|
33 |
span.tablink-selected a |
|
34 |
{ |
455c2b
|
35 |
display: block; |
T |
36 |
padding-left: 10px; |
|
37 |
padding-top: 5px; |
|
38 |
color: #555555; |
4e17e6
|
39 |
text-decoration: none; |
T |
40 |
} |
|
41 |
|
455c2b
|
42 |
span.tablink-selected a |
T |
43 |
{ |
|
44 |
color: #000000; |
|
45 |
} |
|
46 |
|
4e17e6
|
47 |
#userprefs-box |
T |
48 |
{ |
|
49 |
position: absolute; |
a95e0e
|
50 |
top: 95px; |
4e17e6
|
51 |
left: 20px; |
b19097
|
52 |
width: 600px; |
4e17e6
|
53 |
border: 1px solid #999999; |
T |
54 |
} |
|
55 |
|
|
56 |
#userprefs-box table td.title |
|
57 |
{ |
|
58 |
color: #666666; |
|
59 |
padding-right: 10px; |
|
60 |
} |
|
61 |
|
|
62 |
#identities-list, |
|
63 |
#folder-manager |
|
64 |
{ |
|
65 |
position: absolute; |
a95e0e
|
66 |
top: 95px; |
4e17e6
|
67 |
left: 20px; |
T |
68 |
} |
|
69 |
|
24053e
|
70 |
#folder-manager |
T |
71 |
{ |
|
72 |
width: 500px; |
|
73 |
bottom: 120px; |
|
74 |
overflow: auto; |
|
75 |
border: 1px solid #999999; |
|
76 |
height: expression((parseInt(document.documentElement.clientHeight)-215)+'px'); |
|
77 |
} |
|
78 |
|
4e17e6
|
79 |
#identities-table |
T |
80 |
{ |
b19097
|
81 |
width: 600px; |
4e17e6
|
82 |
border: 1px solid #999999; |
T |
83 |
background-color: #F9F9F9; |
|
84 |
} |
|
85 |
|
|
86 |
#identities-table tbody td |
|
87 |
{ |
|
88 |
cursor: pointer; |
|
89 |
} |
|
90 |
|
|
91 |
#identity-frame |
|
92 |
{ |
|
93 |
position: relative; |
|
94 |
margin-top: 20px; |
|
95 |
border: 1px solid #999999; |
|
96 |
} |
|
97 |
|
|
98 |
#identity-details |
|
99 |
{ |
|
100 |
margin-top: 30px; |
|
101 |
width: 500px; |
|
102 |
border: 1px solid #999999; |
|
103 |
} |
|
104 |
|
|
105 |
#identity-details table td.title |
|
106 |
{ |
|
107 |
color: #666666; |
|
108 |
font-weight: bold; |
|
109 |
text-align: right; |
|
110 |
padding-right: 10px; |
|
111 |
} |
|
112 |
|
24053e
|
113 |
#bottomboxes |
T |
114 |
{ |
|
115 |
position: absolute; |
|
116 |
width: 500px; |
|
117 |
height: 100px; |
|
118 |
left: 20px; |
|
119 |
bottom: 20px; |
|
120 |
} |
|
121 |
|
4e17e6
|
122 |
#userprefs-title, |
T |
123 |
#identity-title, |
|
124 |
div.boxtitle, |
|
125 |
#subscription-table thead td |
|
126 |
{ |
|
127 |
height: 12px !important; |
|
128 |
padding: 4px 20px 3px 6px; |
|
129 |
border-bottom: 1px solid #999999; |
|
130 |
color: #333333; |
|
131 |
font-size: 11px; |
|
132 |
font-weight: bold; |
|
133 |
background-color: #EBEBEB; |
|
134 |
background-image: url(images/listheader_aqua.gif); |
|
135 |
} |
|
136 |
|
|
137 |
div.settingsbox |
|
138 |
{ |
|
139 |
width: 500px; |
|
140 |
margin-top: 20px; |
7902df
|
141 |
margin-bottom: 20px; |
4e17e6
|
142 |
border: 1px solid #999999; |
T |
143 |
} |
|
144 |
|
|
145 |
div.settingspart |
|
146 |
{ |
|
147 |
display: block; |
|
148 |
padding: 10px; |
|
149 |
} |
|
150 |
|
|
151 |
#subscription-table |
|
152 |
{ |
24053e
|
153 |
width: 100%; |
T |
154 |
table-layout: fixed; |
4e17e6
|
155 |
} |
T |
156 |
|
|
157 |
#subscription-table tbody td |
|
158 |
{ |
|
159 |
padding-left: 6px; |
|
160 |
padding-right: 20px; |
|
161 |
white-space: nowrap; |
|
162 |
border-bottom: 1px solid #EBEBEB; |
|
163 |
background-color: #F9F9F9; |
|
164 |
} |
|
165 |
|
24053e
|
166 |
#subscription-table td.name |
4e17e6
|
167 |
{ |
24053e
|
168 |
width: 280px; |
4e17e6
|
169 |
} |
T |
170 |
|
24053e
|
171 |
#subscription-table td.subscribed |
T |
172 |
{ |
|
173 |
width: 80px; |
|
174 |
} |