You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
965 B
CSS
60 lines
965 B
CSS
/* CSS hacks for IE versions 5,6 */
|
|
|
|
img
|
|
{
|
|
behavior: url('skins/default/pngbehavior.htc');
|
|
}
|
|
|
|
#message div.notice,
|
|
#message div.error,
|
|
#message div.warning,
|
|
#message div.confirmation,
|
|
#remote-objects-message
|
|
{
|
|
background-image: url('images/display/icons.gif');
|
|
}
|
|
|
|
#messagemenu li a
|
|
{
|
|
background-image: url('images/messageactions.gif');
|
|
}
|
|
|
|
#mailboxlist li
|
|
{
|
|
background-image: url('images/icons/folders.gif');
|
|
}
|
|
|
|
#attachment-list
|
|
{
|
|
height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
|
|
}
|
|
|
|
#messagetoolbar a
|
|
{
|
|
display: block;
|
|
float: left;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#messagetoolbar a.button,
|
|
#messagetoolbar a.buttonPas {
|
|
background-image: url('images/mail_toolbar.gif');
|
|
}
|
|
|
|
#abooktoolbar a.button,
|
|
#abooktoolbar a.buttonPas,
|
|
#abooktoolbar span.separator {
|
|
background-image: url('images/abook_toolbar.gif');
|
|
}
|
|
|
|
ul.toolbarmenu li
|
|
{
|
|
width: auto;
|
|
border: 1px solid #f6f6f6;
|
|
}
|
|
|
|
ul.toolbarmenu li a
|
|
{
|
|
clear: left;
|
|
}
|