-
Notifications
You must be signed in to change notification settings - Fork 0
/
addressbook-gv4alw.css
92 lines (73 loc) · 1.3 KB
/
addressbook-gv4alw.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/***** Roundcube|Mail address book task styles of gv4alw *****/
#abooktoolbar
{
top: 33px;
left: 10px;
height: 25px;
z-index: 2;
}
#abooktoolbar a.button,
#abooktoolbar a.buttonPas,
#abooktoolbar span.separator {
width: 25px;
height: 25px;
margin-right: 0px;
}
/*** buttons ***/
#abooktoolbar a.addcontactSel {
background-position: 0 -22px;
}
#abooktoolbar a.compose {
background-position: -24px 0;
}
#abooktoolbar a.composeSel {
background-position: -24px -22px;
}
#abooktoolbar a.delete {
background-position: -52px 0;
}
#abooktoolbar a.deleteSel {
background-position: -52px -22px;
}
#abooktoolbar a.import {
background-position: -80px 0;
}
#abooktoolbar a.importSel {
background-position: -80px -22px;
}
#abooktoolbar a.export {
background-position: -104px 0;
}
#abooktoolbar a.exportSel {
background-position: -104px -22px;
}
#abooktoolbar span.separator {
width: 10px;
background-position: -135px 0;
}
#addressscreen
{
top: 60px;
right: 10px;
left: 220px;
}
#directorylistbox
{
top: 60px;
left: 10px;
width: 200px;
}
#directorylist li
{
font-size: 13px;
background: url(images/icons/abcard.png) no-repeat;
background-position: 2px 3px;
}
#directorylist li a:hover
{
font-weight: bold;
}
#directorylist li.selected
{
background-color: #B2B4BF;
}