Move more proprietary CSS styles to the ie-hacks file

release-0.6
thomascube 16 years ago
parent 3d3d1010cc
commit a9c813f192

@ -197,8 +197,6 @@ a.button-logout
right: 200px;
z-index: 5000;
opacity: 0.85;
/* IE */
filter: alpha(opacity=85);
}
#message div
@ -408,7 +406,6 @@ table.records-table tr.unfocused td
white-space: nowrap;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
a.rcmContactAddress

@ -8,6 +8,11 @@ input, textarea
background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff');
}
#message
{
filter: alpha(opacity=85);
}
#markmessagemenu,
#searchmenu,
#messagemenu
@ -173,3 +178,7 @@ body.iframe
height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#rcmdraglayer
{
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

Loading…
Cancel
Save