summaryrefslogtreecommitdiff
path: root/skins/larry/addressbook.css
blob: 57a1b0da4ca783a07af16ae3088a0011392b18f6 (plain)
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
/**
 * Roundcube webmail styles for the Address Book section
 *
 * Copyright (c) 2011, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
 * License. It is allowed to copy, distribute, transmit and to adapt the work
 * by keeping credits to the original autors in the README file.
 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
 *
 * $Id$
 */

#addressview-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	bottom: 0;
}

#addressview-right {
	position: absolute;
	top: 0;
	left: 232px;
	right: 0;
	bottom: 0;
}

#addressbooktoolbar {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	height: 40px;
	white-space: nowrap;
}

#directorylistbox {
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	bottom: 0;
}

#addresslist {
	position: absolute;
	top: 42px;
	left: 0;
	width: 280px;
	bottom: 0;
}

#contacts-box {
	position: absolute;
	top: 42px;
	left: 292px;
	right: 0;
	bottom: 0;
}

#addressview-left #quicksearchbar input {
	width: 156px;
}

#directorylist li a,
#contacts-table .contact td.name {
	background: url(images/listicons.png) -100px 0 no-repeat;
	overflow: hidden;
	padding-left: 36px;
	text-overflow: ellipsis;
}

#directorylist li.addressbook a {
	background-position: 6px -766px;
}

#directorylist li.addressbook.selected a {
	background-position: 6px -791px;
}

#directorylist li.contactgroup a {
	padding-left: 62px;
	background-position: 32px -1555px;
}

#directorylist li.contactgroup.selected a {
	background-position: 32px -1579px;
}

#contacts-table .contact td.name {
	background-position: 6px -1603px;
}

#contacts-table .contact.selected td.name,
#contacts-table .contact.unfocused td.name {
	background-position: 6px -1627px;
	font-weight: bold;
}

#contact-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 28px;
	border: 0;
}

#headerbuttons {
	position: absolute;
	top: 48px;
	right: 10px;
	width: auto;
	z-index: 10;
}

#sourcename {
	color: #999;
	font-size: 10px;
	margin: -5px 0 8px 2px;
}

#contactphoto {
	float: left;
	margin: 0 18px 20px 0;
	width: 112px;
}

#contactpic {
	width: 112px;
	min-height: 112px;
	background: white;
}

#contactpic img {
	width: 112px;
}

#contacthead {
	border: 0;
	margin: 0 20em 1em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 12px;
}

#contacthead .names span.namefield,
#contacthead .names input {
	font-size: 140%;
	font-weight: bold;
}

#contacthead .displayname span.namefield {
	font-size: 120%;
	font-weight: bold;
}

#contacthead span.nickname:before,
#contacthead span.nickname:after,
#contacthead input.ff_nickname:before,
#contacthead input.ff_nickname:after {
	content: '"';
}

#contacthead input {
	margin-right: 6px;
	margin-bottom: 0.2em;
}

#contacthead .names input,
#contacthead .addnames input {
	width: 180px;
}

#contacthead input.ff_prefix,
#contacthead input.ff_suffix {
	width: 90px;
}

a.deletebutton {
	position: relative;
	left: 5px;
	top: -3px;
	display: inline-block;
	width: 24px;
	height: 18px;
	text-decoration: none;
	text-indent: -1000px;
	background: url(images/buttons.png) -7px -337px no-repeat;
}