-
Notifications
You must be signed in to change notification settings - Fork 0
/
addressbook-gv4alw.css
121 lines (97 loc) · 1.64 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/***** 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: -50px 0;
}
#abooktoolbar a.deleteSel {
background-position: -50px -22px;
}
#abooktoolbar a.import {
background-position: -76px 0;
}
#abooktoolbar a.importSel {
background-position: -76px -22px;
}
#abooktoolbar a.export {
background-position: -100px 0;
}
#abooktoolbar a.exportSel {
background-position: -100px -22px;
}
#abooktoolbar a.search {
background-position: -133px 0;
}
#abooktoolbar a.searchSel {
background-position: -133px -22px;
}
#abooktoolbar span.separator {
width: 10px;
background-position: -124px 0;
}
#addressscreen
{
top: 60px;
right: 10px;
left: 220px;
bottom: 10px;
}
#directorylistbox
{
top: 60px;
left: 10px;
width: 200px;
bottom: 10px;
}
#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;
}
#contact-frame
{
overflow: hidden;
}
#contact-details
{
top: 23px;
position: absolute;
height: 91%;
width: 98.6%;
overflow: auto;
}
#contacttabs
{
padding-bottom: 0;
}