alecpl
2010-06-10 93e3ae138586c3c0a8a02b09abbc3d660e7d31fa
commit | author | age
4e17e6 1 /***** RoundCube|Mail address book task styles *****/
T 2
3 #abooktoolbar
4 {
5   position: absolute;
7902df 6   top: 45px;
a61bbb 7   left: 225px;
4e17e6 8   height: 35px;
T 9 }
10
11 #abooktoolbar a
12 {
13   padding-right: 10px;
14 }
15
4a4265 16 #abooktoolbar a.button,
T 17 #abooktoolbar a.buttonPas,
18 #abooktoolbar span.separator {
19   display: block;
20   float: left;
21   width: 32px;
22   height: 32px;
23   padding: 0;
24   margin-right: 10px;
25   overflow: hidden;
9224c8 26   background: url(images/abook_toolbar.png) 0 0 no-repeat transparent;
4a4265 27   opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
T 28 }
29
30 #abooktoolbar a.buttonPas {
31   opacity: 0.35;
32 }
33
34 #abooktoolbar a.addcontactSel {
35   background-position: 0 -32px;
36 }
37
38 #abooktoolbar a.compose {
39   background-position: -32px 0;
40 }
41
42 #abooktoolbar a.composeSel {
43   background-position: -32px -32px;
44 }
45
46 #abooktoolbar a.delete {
47   background-position: -64px 0;
48 }
49
50 #abooktoolbar a.deleteSel {
51   background-position: -64px -32px;
52 }
53
54 #abooktoolbar a.import {
55   background-position: -96px 0;
56 }
57
58 #abooktoolbar a.importSel {
59   background-position: -96px -32px;
60 }
61
62 #abooktoolbar a.export {
63   background-position: -128px 0;
64 }
65
66 #abooktoolbar a.exportSel {
67   background-position: -128px -32px;
68 }
69
70 #abooktoolbar span.separator {
71   width: 5px;
72   background-position: -162px 0;
73 }
74
4e17e6 75 #abookcountbar
T 76 {
77   position: absolute;
a61bbb 78   bottom: 6px;
T 79   left: 225px;
24053e 80   width: 240px;
4e17e6 81   height: 20px;
T 82   text-align: left;
83 }
84
85 #abookcountbar span
86 {
87   font-size: 11px;
88   color: #333333;
89 }
90
b4f7c6 91 #addressscreen
e5686f 92 {
A 93   position: absolute;
94   top: 85px;
95   right: 20px;
a61bbb 96   bottom: 30px;
T 97   left: 225px;
e5686f 98 }
A 99
a61bbb 100 #directorylistbox
4e17e6 101 {
T 102   position: absolute;
7902df 103   top: 85px;
a61bbb 104   bottom: 30px;
e5686f 105   left: 20px;
a61bbb 106   width: 195px;
4e17e6 107   border: 1px solid #999999;
T 108   background-color: #F9F9F9;
e5686f 109   overflow: hidden;
a61bbb 110 }
T 111
112 #directorylistbox input
113 {
114   display: absolute;
115   margin: 2px;
e5686f 116 }
A 117
118 #addresslist
119 {
120   position: absolute;
121   top: 0px;
122   bottom: 0px;
123   border: 1px solid #999999;
124   background-color: #F9F9F9;
125   overflow: auto;
a61bbb 126 }
T 127
128 #contactgroupslist
129 {
130   border-top: 1px solid #999;
e5686f 131 }
A 132
133 #importbox
134 {
135   position: absolute;
136   top: 85px;
62c927 137   bottom: 30px;
e5686f 138   left: 20px;
A 139   right: 20px;
140   border: 1px solid #999999;
0f8ff2 141   background-color: #F2F2F2;
e5686f 142   padding-bottom: 4ex;
4e17e6 143   overflow: auto;
T 144 }
f11541 145
T 146 #addresslist
147 {
e5686f 148   left: 0px;
a61bbb 149   width: 280px;
ed132e 150 }
T 151
152 #importbox a
153 {
154   color: blue;
155 }
156
a61bbb 157 #directorylist
f11541 158 {
T 159   list-style: none;
160   margin: 0;
161   padding: 0;
0f8ff2 162   background-color: #FFFFFF;
f11541 163 }
T 164
a61bbb 165 #directorylist li
f11541 166 {
a61bbb 167   display: block;
f11541 168   font-size: 11px;
a61bbb 169   background: url(images/icons/folders.png) 5px -108px no-repeat;
f11541 170   border-bottom: 1px solid #EBEBEB;
f89f03 171   white-space: nowrap;
f11541 172 }
T 173
a61bbb 174 #directorylist li a
f11541 175 {
a61bbb 176   cursor: default;
f11541 177   display: block;
a61bbb 178   padding-left: 25px;
f11541 179   padding-top: 2px;
T 180   padding-bottom: 2px;
181   text-decoration: none;
f89f03 182   white-space: nowrap;
a61bbb 183 }
T 184
185 #directorylist li.contactgroup
186 {
bb8012 187   padding-left: 15px;
A 188   background-position: 20px -144px;
f11541 189 }
T 190
191 #directorylist li.selected
192 {
193   background-color: #929292;
194   border-bottom: 1px solid #898989;
195 }
196
197 #directorylist li.selected a
198 {
199   color: #FFF;
200   font-weight: bold;
201 }
202
203 #directorylist li.droptarget
204 {
205   background-color: #FFFFA6;
206 }
207
4e17e6 208 #contacts-table
T 209 {
210   width: 100%;
211   table-layout: fixed;
212 }
213
214 #contacts-table tbody td
215 {
1996d8 216   cursor: default;
4e17e6 217 }
T 218
219 #contacts-box
220 {
221   position: absolute;
e5686f 222   top: 0px;
a61bbb 223   left: 290px;
e5686f 224   right: 0px;
A 225   bottom: 0px;
4e17e6 226   border: 1px solid #999999;
T 227   overflow: hidden;
228 }
a7d5c6 229
4e17e6 230 body.iframe,
T 231 #contact-frame
232 {
0f8ff2 233   background-color: #F2F2F2;
4e17e6 234 }
T 235
236 #contact-frame
237 {
238   border: none;
f11541 239 }
4e17e6 240
T 241 #contact-details table td.title
242 {
243   font-weight: bold;
244   text-align: right;
245 }