Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3318406
newuserdialog.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
newuserdialog.css
View Options
/** Styles for the new-user-dialog overlay box */
#
newuseroverlay
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
10000
;
background
:
rgba
(
0
,
0
,
0
,
0.5
)
!important
;
background
:
#333
;
/** IE hacks */
filter
:
alpha
(
opacity
=
90
);
-ms-
filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
;
width
:
expression
(
document
.
documentElement
.
clientWidth
+
'px'
);
height
:
expression
(
document
.
documentElement
.
clientHeight
+
'px'
);
}
#
newuseroverlay
h3
{
color
:
#333
;
font-size
:
normal
;
margin-top
:
0.5
em
;
margin-bottom
:
0
;
}
#
newuseroverlay
p
.
hint
{
margin-top
:
0.5
em
;
font-style
:
italic
;
}
#
newuseroverlay
form
{
width
:
32
em
;
margin
:
8
em
auto
;
padding
:
1
em
2
em
;
background
:
#F6F6F6
;
border
:
2
px
solid
#555
;
border-radius
:
6
px
;
-moz-
border-radius
:
6
px
;
-webkit-
border-radius
:
6
px
;
}
#
newuseroverlay
table
td
.
title
{
color
:
#666
;
text-align
:
right
;
padding-right
:
1
em
;
white-space
:
nowrap
;
}
#
newuseroverlay
table
td
input
{
width
:
20
em
;
}
#
newuseroverlay
.
formbuttons
{
margin-top
:
1.5
em
;
text-align
:
center
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 5:30 PM (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
522747
Default Alt Text
newuserdialog.css (1 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment