Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3310525
addressbook.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 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
:
0
5
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
a
.
exportAll
{
background-position
:
-128
px
0
;
}
#
abooktoolbar
a
.
exportAllSel
{
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
0
0
20
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
,
#
directorylist
li
ul
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
background-color
:
#FFFFFF
;
}
#
directorylist
li
ul
{
border-top
:
1
px
solid
#EBEBEB
;
}
#
directorylist
li
{
display
:
block
;
font-size
:
11
px
;
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
;
height
:
16
px
;
text-decoration
:
none
;
white-space
:
nowrap
;
background
:
url
(
images/icons/folders.png
)
5
px
-108
px
no-repeat
;
}
#
directorylist
li
ul
li
a
{
padding-left
:
45
px
;
}
#
directorylist
li
ul
li
:
last-child
{
border-bottom
:
0
;
}
#
directorylist
li
.
contactgroup
a
{
background-position
:
22
px
-143
px
;
}
#
directorylist
li
.
contactsearch
a
{
background-position
:
6
px
-162
px
;
}
#
directorylist
li
.
selected
>
a
{
color
:
#FFF
;
font-weight
:
bold
;
background-color
:
#929292
;
}
#
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
;
}
/* This padding-left should be equal to the focused border-left + the focused padding-left */
#
contacts-table
thead
tr
td
:
first-child
,
#
contacts-table
tbody
tr
td
:
first-child
{
border-left
:
0
;
padding-left
:
8
px
;
}
/* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */
#
contacts-table
tbody
tr
.
focused
>
td
:
first-child
{
border-left
:
2
px
solid
#d4d4d4
;
padding-left
:
6
px
;
}
#
contacts-table
tbody
tr
.
selected
.
focused
>
td
:
first-child
{
border-left
:
1
px
solid
#ccc
;
padding-left
:
7
px
;
}
#
contacts-table
.
contact
.
readonly
td
{
font-style
:
italic
;
}
#
contacts-table
td
.
name
{
width
:
95
%
;
}
#
contacts-table
td
.
action
{
width
:
12
px
;
padding
:
0
px
6
px
0
4
px
;
text-align
:
right
;
}
#
contacts-table
td
.
action
a
{
font-size
:
16
px
;
font-weight
:
bold
;
font-style
:
normal
;
text-decoration
:
none
;
color
:
#333
;
}
#
contacts-table
.
selected
td
.
action
a
{
color
:
#fff
;
}
#
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
{
max-width
:
60
px
;
max-height
:
80
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, 12:31 PM (17 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
536267
Default Alt Text
addressbook.css (6 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment