|
|
|
|
@ -27,17 +27,25 @@ input, textarea
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tabsbar
|
|
|
|
|
#tabsbar,
|
|
|
|
|
#partheader
|
|
|
|
|
{
|
|
|
|
|
width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mainscreen
|
|
|
|
|
#mainscreen,
|
|
|
|
|
#directorylistbox,
|
|
|
|
|
#addressscreen
|
|
|
|
|
{
|
|
|
|
|
width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
|
|
|
|
|
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');
|
|
|
|
|
@ -98,7 +106,6 @@ input, textarea
|
|
|
|
|
|
|
|
|
|
#messagepartcontainer
|
|
|
|
|
{
|
|
|
|
|
width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
|
|
|
|
|
height: expression((parseInt(document.documentElement.clientHeight)-90)+'px');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -112,11 +119,6 @@ input, textarea
|
|
|
|
|
height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#partheader
|
|
|
|
|
{
|
|
|
|
|
width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#subscription-table
|
|
|
|
|
{
|
|
|
|
|
width: auto;
|
|
|
|
|
@ -167,7 +169,6 @@ div.message-part div.pre
|
|
|
|
|
#addressscreen
|
|
|
|
|
{
|
|
|
|
|
width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
|
|
|
|
|
height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#contacts-table
|
|
|
|
|
@ -237,11 +238,6 @@ table.records-table thead tr td
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#directorylistbox div
|
|
|
|
|
{
|
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contactfieldgroup legend
|
|
|
|
|
{
|
|
|
|
|
padding: 0 0 0.5em 0;
|
|
|
|
|
|