Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3311119
iehacks.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
iehacks.css
View Options
input
,
textarea
{
border-style
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
||
this
.
id
==
'quicksearchbox'
?
'none'
:
'solid'
);
border-width
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
'0'
:
'1px'
);
border-color
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
''
:
'#666666'
);
background-color
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
'transparent'
:
'#ffffff'
);
}
body
.
iframe
{
margin-top
:
0
px
;
}
body
.
iframe
div
.
boxcontent
{
margin-top
:
20
px
;
z-index
:
2
;
}
body
.
iframe
div
.
boxtitle
{
z-index
:
100
;
}
body
.
iframe
#
prefs-details
{
padding-top
:
1
px
;
}
#
login-form
form
{
margin-top
:
0
;
}
.
pagenav
a
.
buttonPas
{
filter
:
alpha
(
opacity
=
35
);
}
body
>
#
message
{
filter
:
alpha
(
opacity
=
85
);
}
.
popupmenu
{
background-color
:
#ffffff
;
}
#
tabsbar
,
#
partheader
{
width
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientWidth
)
-240
)
+
'px'
);
}
#
mainscreen
{
height
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientHeight
)
-105
)
+
'px'
);
}
#
mainscreen
,
#
messagepartcontainer
{
width
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientWidth
)
-40
)
+
'px'
);
}
#
messagetoolbar
{
width
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientWidth
)
-215
)
+
'px'
);
z-index
:
240
;
}
#
messagetoolbar
select
.
mboxlist
{
margin
:
0
8
px
;
top
:
8
px
;
}
div
.
messageheaderbox
{
margin-top
:
0
px
;
}
body
.
iframe
div
.
messageheaderbox
{
margin-top
:
6
px
;
}
#
abooktoolbar
a
.
buttonPas
{
filter
:
alpha
(
opacity
=
35
);
background-image
:
url
(
images/abook_toolbar.gif
);
}
#
messagetoolbar
a
.
buttonPas
{
filter
:
alpha
(
opacity
=
35
);
background-image
:
url
(
images/mail_toolbar.gif
);
}
#
listcontrols
a
.
buttonPas
{
filter
:
alpha
(
opacity
=
35
);
}
#
quicksearchbar
{
z-index
:
240
;
}
#
addresslist
,
#
sectionslist
,
#
identities-list
,
#
mailleftcontainer
,
#
mailrightcontainer
,
#
compose-container
,
#
compose-attachments
,
#
compose-contacts
,
#
mailcontframe
,
#
mailboxlist-container
,
#
mailrightcontent
,
#
messageframe
,
#
identity-details
,
#
contacts-box
,
#
prefs-box
,
#
folder-box
,
#
directorylistbox
,
#
addressscreen
{
height
:
expression
(
parseInt
(
this
.
parentNode
.
offsetHeight
)
+
'px'
);
}
#
mailrightcontainer
{
width
:
expression
(
(
parseInt
(
this
.
parentNode
.
offsetWidth
)
-170
)
+
'px'
);
}
#
messagepartcontainer
{
height
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientHeight
)
-90
)
+
'px'
);
}
#
mailrightcontent
{
width
:
100
%
;
}
#
compose-div
{
height
:
expression
(
(
parseInt
(
this
.
parentNode
.
offsetHeight
)
-1-parseInt
(
document
.
getElementById
(
'compose-headers'
)
.
offsetHeight
))
+
'px'
);
}
#
compose-attachments
ul
li
{
width
:
1000
px
;
/* for IE7 */
}
#
compose-attachments
li
a
{
float
:
left
;
/* for IE7 */
}
#
messagelist
{
width
:
inherit
;
*
width
:
auto
;
/* IE6/7 conditional hack */
border-collapse
:
collapse
;
}
#
messagelist
thead
tr
td
,
#
messagelist
tbody
tr
td
{
height
:
18
px
;
}
#
messagelist
tbody
tr
.
unroot
td
.
subject
{
text-decoration
:
underline
;
}
#
messageframe
{
width
:
expression
(
(
parseInt
(
this
.
parentNode
.
offsetWidth
)
-180
)
+
'px'
);
overflow
:
hidden
;
}
body
.
iframe
{
width
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientWidth
))
+
'px'
);
}
div
.
message-part
pre
,
div
.
message-htmlpart
pre
,
div
.
message-part
div
.
pre
{
word-wrap
:
break-word
;
}
#
addressscreen
{
width
:
expression
(
(
parseInt
(
document
.
documentElement
.
clientWidth
)
-245
)
+
'px'
);
}
#
contacts-box
,
#
prefs-box
,
#
folder-box
{
width
:
expression
(
(
parseInt
(
this
.
parentNode
.
offsetWidth
)
-555
)
+
'px'
);
overflow
:
hidden
;
}
#
rcmdraglayer
{
filter
:
alpha
(
opacity
=
82
);
padding-left
:
20
px
;
}
div
.
draglayercopy
{
border-color
:
#00cc00
;
background
:
url
(
images/messageactions.png
)
0
-125
px
no-repeat
#fff
;
}
html
.
ie8
.
draglayercopy
:
before
{
content
:
""
;
display
:
none
;
}
ul
.
toolbarmenu
{
margin
:
0
0
-4
px
0
;
}
.
popupmenu
ul
li
,
ul
.
toolbarmenu
li
{
min-width
:
auto
;
}
.
popupmenu
ul
li
a
,
ul
.
toolbarmenu
li
a
{
min-height
:
auto
;
}
.
popupmenu
li
.
block
a
{
clear
:
none
;
display
:
inline-block
;
padding-left
:
2
px
;
}
#
console
{
filter
:
alpha
(
opacity
=
80
);
}
table
.
records-table
thead
tr
td
{
height
:
19
px
;
}
#
listmenu
fieldset
{
margin
:
0
4
px
;
padding
:
0.8
em
;
}
#
listcontrols
input
{
margin-top
:
2
px
;
}
#
contact-details
{
margin-top
:
20
px
;
}
#
contact-details
form
{
margin-top
:
-1
px
;
}
.
contactfieldgroup
legend
{
padding
:
0
0
0.5
em
0
;
margin-left
:
-4
px
;
}
/* fix "jumping" login form in IE7 */
#
login-form
div
.
boxcontent
{
overflow
:
hidden
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 12:55 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
496311
Default Alt Text
iehacks.css (4 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment