alecpl
2009-10-30 47a09cd338b58dda88e8e68b12be67e25045f52c
- remove #printmessageframe (#1486256)


3 files modified
23 ■■■■■ changed files
skins/default/iehacks.css 6 ●●●●● patch | view | raw | blame | history
skins/default/mail.css 12 ●●●●● patch | view | raw | blame | history
skins/default/print.css 5 ●●●●● patch | view | raw | blame | history
skins/default/iehacks.css
@@ -171,12 +171,6 @@
  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;
skins/default/mail.css
@@ -870,18 +870,6 @@
  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;
skins/default/print.css
@@ -31,11 +31,6 @@
  margin: 0 5mm 3mm 5mm;
}
#messageframe
{
  position: relative;
}
table.headers-table
{
  table-layout: fixed;