Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3318141
addressbook.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
addressbook.css
View Options
/***** Roundcube|Mail address book task styles *****/
#
abooktoolbar
{
position
:
absolute
;
top
:
45
px
;
left
:
225
px
;
height
:
35
px
;
}
#
abooktoolbar
a
{
padding-right
:
10
px
;
}
#
abooktoolbar
a
.
button
,
#
abooktoolbar
a
.
buttonPas
,
#
abooktoolbar
span
.
separator
{
display
:
block
;
float
:
left
;
width
:
32
px
;
height
:
32
px
;
padding
:
0
;
margin-right
:
10
px
;
overflow
:
hidden
;
background
:
url
(
images/abook_toolbar.png
)
0
0
no-repeat
transparent
;
opacity
:
0.99
;
/* this is needed to make buttons appear correctly in Chrome */
}
#
abooktoolbar
a
.
buttonPas
{
opacity
:
0.35
;
}
#
abooktoolbar
a
.
addcontactSel
{
background-position
:
0
-32
px
;
}
#
abooktoolbar
a
.
compose
{
background-position
:
-32
px
0
;
}
#
abooktoolbar
a
.
composeSel
{
background-position
:
-32
px
-32
px
;
}
#
abooktoolbar
a
.
delete
{
background-position
:
-64
px
0
;
}
#
abooktoolbar
a
.
deleteSel
{
background-position
:
-64
px
-32
px
;
}
#
abooktoolbar
a
.
import
{
background-position
:
-96
px
0
;
}
#
abooktoolbar
a
.
importSel
{
background-position
:
-96
px
-32
px
;
}
#
abooktoolbar
a
.
export
{
background-position
:
-128
px
0
;
}
#
abooktoolbar
a
.
exportSel
{
background-position
:
-128
px
-32
px
;
}
#
abooktoolbar
span
.
separator
{
width
:
5
px
;
background-position
:
-162
px
0
;
}
#
abooktoolbar
a
.
search
{
background-position
:
-170
px
0
;
}
#
abooktoolbar
a
.
searchSel
{
background-position
:
-170
px
-32
px
;
}
#
abookcountbar
{
margin-top
:
4
px
;
margin-left
:
4
px
;
min-width
:
250
px
;
}
#
addressscreen
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
205
px
;
}
#
directorylistbox
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
width
:
195
px
;
border
:
1
px
solid
#999999
;
background-color
:
#F9F9F9
;
overflow
:
hidden
;
}
#
directorylistbox
input
{
margin
:
0
px
;
font-size
:
11
px
;
width
:
90
%
;
}
#
addresslist
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
border
:
1
px
solid
#999999
;
background-color
:
#F9F9F9
;
overflow
:
hidden
;
}
#
contactgroupslist
{
border-top
:
1
px
solid
#999
;
}
#
addresslist
{
left
:
0
px
;
width
:
280
px
;
}
#
directorylist
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
background-color
:
#FFFFFF
;
}
#
directorylist
li
{
display
:
block
;
font-size
:
11
px
;
background
:
url
(
images/icons/folders.png
)
5
px
-108
px
no-repeat
;
border-bottom
:
1
px
solid
#EBEBEB
;
white-space
:
nowrap
;
}
#
directorylist
li
a
{
cursor
:
default
;
display
:
block
;
padding-left
:
25
px
;
padding-top
:
2
px
;
padding-bottom
:
2
px
;
text-decoration
:
none
;
white-space
:
nowrap
;
}
#
directorylist
li
.
contactgroup
{
padding-left
:
15
px
;
background-position
:
20
px
-143
px
;
}
#
directorylist
li
.
contactsearch
{
background-position
:
6
px
-162
px
;
}
#
directorylist
li
.
selected
{
background-color
:
#929292
;
border-bottom
:
1
px
solid
#898989
;
}
#
directorylist
li
.
selected
a
{
color
:
#FFF
;
font-weight
:
bold
;
}
#
directorylist
li
.
droptarget
{
background-color
:
#FFFFA6
;
}
#
contacts-table
{
width
:
100
%
;
table-layout
:
fixed
;
}
#
contacts-table
tbody
td
{
cursor
:
default
;
text-overflow
:
ellipsis
;
-o-
text-overflow
:
ellipsis
;
}
#
contacts-box
{
position
:
absolute
;
top
:
0
px
;
left
:
290
px
;
right
:
0
px
;
bottom
:
0
px
;
border
:
1
px
solid
#999999
;
overflow
:
hidden
;
}
body
.
iframe
,
#
contact-frame
{
background-color
:
#F2F2F2
;
border
:
none
;
min-height
:
100
%
;
/* Chrome 14 bug */
}
#
contacttabs
{
position
:
relative
;
padding-bottom
:
12
px
;
}
#
contacttabs
div
.
tabsbar
{
top
:
0
;
left
:
2
px
;
}
#
contacttabs
fieldset
.
tabbed
{
position
:
relative
;
top
:
22
px
;
min-height
:
5
em
;
}
#
contacthead
{
margin-bottom
:
1
em
;
border
:
0
;
padding
:
0
;
}
#
contacthead
.
names
span
.
namefield
,
#
contacthead
.
names
input
{
font-size
:
140
%
;
}
#
contacthead
.
displayname
span
.
namefield
{
font-size
:
120
%
;
}
#
contacthead
span
.
nickname
:
before
,
#
contacthead
span
.
nickname
:
after
,
#
contacthead
input
.
ff_nickname
:
before
,
#
contacthead
input
.
ff_nickname
:
after
{
content
:
'"'
;
}
#
contacthead
input
{
margin-right
:
6
px
;
margin-bottom
:
0.2
em
;
}
#
contacthead
.
names
input
,
#
contacthead
.
addnames
input
{
width
:
180
px
;
}
#
contacthead
input
.
ff_prefix
,
#
contacthead
input
.
ff_suffix
{
width
:
90
px
;
}
#
contacthead
.
addnames
input
.
ff_name
{
width
:
374
px
;
}
#
contactphoto
{
float
:
right
;
width
:
60
px
;
margin-left
:
3
em
;
margin-right
:
4
px
;
}
#
contactpic
{
width
:
60
px
;
min-height
:
60
px
;
border
:
1
px
solid
#ccc
;
background
:
white
;
}
#
contactpic
img
{
width
:
60
px
;
}
#
contactpic
.
droptarget
.
hover
{
background-color
:
#f0f0ee
;
box-shadow
:
0
0
5
px
0
#999
;
-moz-
box-shadow
:
0
0
5
px
0
#999
;
-o-
box-shadow
:
0
0
5
px
0
#999
;
}
#
contactphoto
.
formlinks
{
margin-top
:
0.5
em
;
text-align
:
center
;
}
fieldset
.
contactfieldgroup
{
border
:
0
;
margin
:
0.5
em
0
;
padding
:
0.2
em
2
px
;
}
fieldset
.
contactfieldgroupmulti
{
padding
:
0.5
em
2
px
;
}
fieldset
.
contactfieldgroup
legend
{
font-size
:
0.9
em
;
}
.
contactfieldgroup
.
row
{
position
:
relative
;
margin
:
0.2
em
0
;
}
.
contactfieldgroup
.
contactfieldlabel
{
position
:
absolute
;
top
:
0
;
left
:
2
px
;
width
:
110
px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
#666
;
font-weight
:
bold
;
}
.
contactfieldgroup
.
contactfieldlabel
select
{
width
:
100
%
;
background
:
none
;
border
:
0
;
color
:
#666
;
font-weight
:
bold
;
padding-left
:
0
;
}
.
contactfieldgroup
.
contactfieldcontent
{
padding-left
:
120
px
;
min-height
:
1
em
;
line-height
:
1.3
em
;
}
.
contactfieldgroup
.
contactfield
{
line-height
:
1.3
em
;
}
.
contactcontrolleraddress
.
contactfieldcontent
input
{
margin-bottom
:
0.1
em
;
}
.
contactfieldcontent
.
contactfieldbutton
{
vertical-align
:
middle
;
margin-left
:
0.5
em
;
}
#
upload-form
{
padding
:
6
px
;
}
#
upload-form
div
{
padding
:
2
px
;
}
#
sourcename
{
color
:
#666
;
font-size
:
10
px
;
margin
:
-5
px
0
8
px
2
px
;
}
#
contact-title
{
/* fixes issue where tabs were overlapping box title when scrolling */
z-index
:
10
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 5:20 PM (49 m, 53 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
489831
Default Alt Text
addressbook.css (5 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment