Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3311664
addresses.css
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
addresses.css
View Options
/***** RoundCube|Mail address book task styles *****/
#
abooktoolbar
{
position
:
absolute
;
top
:
45
px
;
left
:
200
px
;
height
:
35
px
;
}
#
abooktoolbar
a
{
padding-right
:
10
px
;
}
#
abookcountbar
{
position
:
absolute
;
bottom
:
16
px
;
left
:
200
px
;
width
:
240
px
;
height
:
20
px
;
text-align
:
left
;
}
#
abookcountbar
span
{
font-size
:
11
px
;
color
:
#333333
;
}
#
mainscreen
{
position
:
absolute
;
top
:
85
px
;
right
:
20
px
;
bottom
:
40
px
;
left
:
200
px
;
/* css hack for IE */
width
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientWidth
)
-220
)
+
'px'
);
height
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientHeight
)
-125
)
+
'px'
);
}
#
directorylist
{
position
:
absolute
;
top
:
85
px
;
bottom
:
40
px
;
left
:
20
px
;
width
:
170
px
;
border
:
1
px
solid
#999999
;
background-color
:
#F9F9F9
;
overflow
:
hidden
;
/* css hack for IE */
height
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientHeight
)
-125
)
+
'px'
);
}
#
addresslist
{
position
:
absolute
;
top
:
0
px
;
bottom
:
0
px
;
border
:
1
px
solid
#999999
;
background-color
:
#F9F9F9
;
overflow
:
auto
;
/* css hack for IE */
height
:
expression
(
parseInt
(
this
.
parentNode
.
offsetHeight
)
+
'px'
);
}
#
importbox
{
position
:
absolute
;
top
:
85
px
;
bottom
:
40
px
;
left
:
20
px
;
right
:
20
px
;
border
:
1
px
solid
#999999
;
background-color
:
#F9F9F9
;
padding-bottom
:
4
ex
;
overflow
:
auto
;
/* css hack for IE */
height
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientHeight
)
-135
)
+
'px'
);
}
#
addresslist
{
left
:
0
px
;
width
:
340
px
;
}
#
importbox
a
{
color
:
blue
;
}
#
directorylist
ul
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
#
directorylist
ul
li
{
font-size
:
11
px
;
border-bottom
:
1
px
solid
#EBEBEB
;
white-space
:
nowrap
;
}
#
directorylist
ul
li
a
{
display
:
block
;
padding-left
:
6
px
;
padding-top
:
2
px
;
padding-bottom
:
2
px
;
text-decoration
:
none
;
white-space
:
nowrap
;
}
#
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
;
/* css hack for IE */
width
:
expression
(
document
.
getElementById
(
'addresslist'
)
.
clientWidth
);
}
#
contacts-table
tbody
td
{
cursor
:
default
;
}
#
contacts-box
{
position
:
absolute
;
top
:
0
px
;
left
:
555
px
;
right
:
0
px
;
bottom
:
0
px
;
border
:
1
px
solid
#999999
;
overflow
:
hidden
;
/* css hack for IE */
height
:
expression
(
parseInt
(
this
.
parentNode
.
offsetHeight
)
+
'px'
);
width
:
expression
(
(
parseInt
(
this
.
parentNode
.
offsetWidth
)
-555
)
+
'px'
);
}
body
.
iframe
,
#
contact-frame
{
background-color
:
#F9F9F9
;
}
#
contact-frame
{
border
:
none
;
/* visibility: hidden; */
}
#
contact-title
,
#
groups-title
{
height
:
12
px
!important
;
/* height: 20px; */
padding
:
4
px
5
px
3
px
5
px
;
border-bottom
:
1
px
solid
#999
;
color
:
#333
;
font-size
:
11
px
;
font-weight
:
bold
;
background-color
:
#EBEBEB
;
background-image
:
url
(
images/listheader_aqua.gif
);
white-space
:
nowrap
;
}
#
contact-title
{
padding
:
4
px
10
px
3
px
10
px
;
}
#
contact-details
{
padding
:
15
px
10
px
10
px
10
px
;
}
#
contact-details
table
td
.
title
{
color
:
#666
;
font-weight
:
bold
;
text-align
:
right
;
padding-right
:
10
px
;
}
File Metadata
Details
Attached
Mime Type
text/x-objective-c
Expires
Thu, Apr 9, 1:18 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
505389
Default Alt Text
addresses.css (3 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment