- remove #printmessageframe (#1486256)

release-0.6
alecpl 15 years ago
parent b7c3486b0d
commit 47a09cd338

@ -171,12 +171,6 @@ input, textarea
width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px');
}
#printmessageframe
{
width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#countcontrols
{
width: 24em;

@ -870,18 +870,6 @@ body.messagelist
z-index: 1;
}
#printmessageframe
{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border: 1px solid #999;
background-color: #FFF;
overflow: auto;
}
div.messageheaderbox
{
margin: 6px 8px 0px 8px;

@ -31,11 +31,6 @@ a, a:active, a:visited
margin: 0 5mm 3mm 5mm;
}
#messageframe
{
position: relative;
}
table.headers-table
{
table-layout: fixed;

Loading…
Cancel
Save