|
|
@ -613,16 +613,20 @@ table.headers-table tr td.subject
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#attachment-list-div
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#attachment-list
|
|
|
|
#attachment-list
|
|
|
|
{
|
|
|
|
{
|
|
|
|
margin: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px 0px 0px 68px;
|
|
|
|
padding: 0px 0px 0px 72px;
|
|
|
|
min-height: 18px;
|
|
|
|
min-height: 16px;
|
|
|
|
list-style-image: none;
|
|
|
|
list-style-image: none;
|
|
|
|
list-style-type: none;
|
|
|
|
list-style-type: none;
|
|
|
|
background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
|
|
|
|
/* IE6 hack */
|
|
|
|
/* css hack for IE */
|
|
|
|
height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
|
|
|
|
height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px');
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#attachment-list:after
|
|
|
|
#attachment-list:after
|
|
|
@ -640,7 +644,7 @@ table.headers-table tr td.subject
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
height: 18px;
|
|
|
|
height: 18px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 2px 10px 0px 10px;
|
|
|
|
padding: 2px 0px 0px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#attachment-list li a
|
|
|
|
#attachment-list li a
|
|
|
|