commit | author | age
|
4e17e6
|
1 |
/***** RoundCube|Mail address book task styles *****/ |
T |
2 |
|
|
3 |
|
|
4 |
#abooktoolbar |
|
5 |
{ |
|
6 |
position: absolute; |
7902df
|
7 |
top: 45px; |
4e17e6
|
8 |
left: 200px; |
T |
9 |
height: 35px; |
|
10 |
} |
|
11 |
|
|
12 |
#abooktoolbar a |
|
13 |
{ |
|
14 |
padding-right: 10px; |
|
15 |
} |
|
16 |
|
|
17 |
#abookcountbar |
|
18 |
{ |
|
19 |
position: absolute; |
f11541
|
20 |
bottom: 16px; |
T |
21 |
left: 185px; |
24053e
|
22 |
width: 240px; |
4e17e6
|
23 |
height: 20px; |
T |
24 |
text-align: left; |
|
25 |
} |
|
26 |
|
|
27 |
#abookcountbar span |
|
28 |
{ |
|
29 |
font-size: 11px; |
|
30 |
color: #333333; |
|
31 |
} |
|
32 |
|
f11541
|
33 |
#directorylist, #addresslist |
4e17e6
|
34 |
{ |
T |
35 |
position: absolute; |
7902df
|
36 |
top: 85px; |
T |
37 |
bottom: 40px; |
4e17e6
|
38 |
border: 1px solid #999999; |
T |
39 |
background-color: #F9F9F9; |
|
40 |
overflow: auto; |
|
41 |
/* css hack for IE */ |
f11541
|
42 |
height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); |
4e17e6
|
43 |
} |
f11541
|
44 |
|
T |
45 |
#directorylist |
|
46 |
{ |
|
47 |
left: 20px; |
|
48 |
width: 150px; |
|
49 |
} |
|
50 |
|
|
51 |
#addresslist |
|
52 |
{ |
|
53 |
left: 185px; |
|
54 |
width: 340px; |
|
55 |
} |
|
56 |
|
|
57 |
#directorylist ul |
|
58 |
{ |
|
59 |
list-style: none; |
|
60 |
margin: 0; |
|
61 |
padding: 0; |
|
62 |
} |
|
63 |
|
a549a9
|
64 |
#directorylist ul li |
f11541
|
65 |
{ |
T |
66 |
font-size: 11px; |
|
67 |
border-bottom: 1px solid #EBEBEB; |
|
68 |
} |
|
69 |
|
|
70 |
#directorylist ul li a |
|
71 |
{ |
|
72 |
display: block; |
|
73 |
padding-left: 6px; |
|
74 |
padding-top: 2px; |
|
75 |
padding-bottom: 2px; |
|
76 |
text-decoration: none; |
|
77 |
} |
|
78 |
|
|
79 |
#directorylist li.selected |
|
80 |
{ |
|
81 |
background-color: #929292; |
|
82 |
border-bottom: 1px solid #898989; |
|
83 |
} |
|
84 |
|
|
85 |
#directorylist li.selected a |
|
86 |
{ |
|
87 |
color: #FFF; |
|
88 |
font-weight: bold; |
|
89 |
} |
|
90 |
|
|
91 |
#directorylist li.droptarget |
|
92 |
{ |
|
93 |
background-color: #FFFFA6; |
|
94 |
} |
|
95 |
|
4e17e6
|
96 |
|
T |
97 |
#contacts-table |
|
98 |
{ |
|
99 |
width: 100%; |
|
100 |
table-layout: fixed; |
|
101 |
/* css hack for IE */ |
|
102 |
width: expression(document.getElementById('addresslist').clientWidth); |
|
103 |
} |
|
104 |
|
|
105 |
|
|
106 |
#contacts-table tbody td |
|
107 |
{ |
1996d8
|
108 |
cursor: default; |
4e17e6
|
109 |
} |
T |
110 |
|
|
111 |
|
|
112 |
#contacts-box |
|
113 |
{ |
|
114 |
position: absolute; |
7902df
|
115 |
top: 85px; |
f11541
|
116 |
left: 540px; |
f0726b
|
117 |
right: 20px; |
7902df
|
118 |
bottom: 40px; |
4e17e6
|
119 |
border: 1px solid #999999; |
T |
120 |
overflow: hidden; |
|
121 |
/* css hack for IE */ |
a549a9
|
122 |
width: expression((parseInt(document.documentElement.clientWidth)-45-document.getElementById('addresslist').offsetLeft-document.getElementById('addresslist').offsetWidth)+'px'); |
4e17e6
|
123 |
height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); |
T |
124 |
} |
|
125 |
|
a7d5c6
|
126 |
|
T |
127 |
#addressviewsplitter |
|
128 |
{ |
f11541
|
129 |
background-position: 4px center; |
a7d5c6
|
130 |
} |
T |
131 |
|
|
132 |
#addressviewsplitter .splitterLine |
|
133 |
{ |
|
134 |
margin-left: 3px; |
f11541
|
135 |
width: 6px; |
a7d5c6
|
136 |
} |
T |
137 |
|
|
138 |
|
4e17e6
|
139 |
body.iframe, |
T |
140 |
#contact-frame |
|
141 |
{ |
|
142 |
background-color: #F9F9F9; |
|
143 |
} |
|
144 |
|
|
145 |
#contact-frame |
|
146 |
{ |
|
147 |
border: none; |
|
148 |
/* visibility: hidden; */ |
|
149 |
} |
|
150 |
|
f11541
|
151 |
#contact-title, #groups-title |
T |
152 |
{ |
|
153 |
height: 12px !important; |
|
154 |
/* height: 20px; */ |
|
155 |
padding: 4px 5px 3px 5px; |
|
156 |
border-bottom: 1px solid #999; |
|
157 |
color: #333; |
|
158 |
font-size: 11px; |
|
159 |
font-weight: bold; |
|
160 |
background-color: #EBEBEB; |
|
161 |
background-image: url(images/listheader_aqua.gif); |
|
162 |
white-space: nowrap; |
|
163 |
} |
|
164 |
|
|
165 |
#contact-title |
|
166 |
{ |
|
167 |
padding: 4px 10px 3px 10px; |
|
168 |
} |
4e17e6
|
169 |
|
T |
170 |
#contact-details |
|
171 |
{ |
f11541
|
172 |
padding: 15px 10px 10px 10px; |
4e17e6
|
173 |
} |
T |
174 |
|
|
175 |
#contact-details table td.title |
|
176 |
{ |
f11541
|
177 |
color: #666; |
4e17e6
|
178 |
font-weight: bold; |
T |
179 |
text-align: right; |
|
180 |
padding-right: 10px; |
|
181 |
} |
|
182 |
|
|
183 |
|