thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
skins/default/iehacks.css
@@ -24,7 +24,7 @@
.popupmenu
{
   background-color: #ffffff;
  background-color: #ffffff;
}
#tabsbar
@@ -32,9 +32,10 @@
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
}
#folder-manager
#mainscreen
{
  height: expression((parseInt(document.documentElement.clientHeight)-235)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#messagetoolbar
@@ -61,8 +62,7 @@
  background-image: url(images/mail_toolbar.gif);
}
#listcontrols a.buttonPas,
#mailboxcontrols a.buttonPas
#listcontrols a.buttonPas
{
  filter: alpha(opacity=35);
}
@@ -72,23 +72,21 @@
  z-index: 250;
}
#mainscreen
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-101)+'px');
}
#directorylistbox
{
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#addresslist,
#sectionslist,
#identities-list,
#mailleftcontainer,
#mailrightcontainer,
#compose-container,
#compose-attachments,
#mailcontframe,
#identity-details
#mailboxlist-container,
#mailrightcontent,
#messageframe,
#identity-details,
#contacts-box,
#prefs-box,
#folder-box
{
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
@@ -96,29 +94,27 @@
#mailrightcontainer
{
  width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px');
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
#messagepartcontainer
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-100)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-90)+'px');
}
#mailrightcontent
{
  height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
  width: 100%;
}
#compose-div
{
  height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
}
#partheader
{
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
}
#mailboxlist-container
{
  height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
}
#subscription-table
@@ -138,7 +134,7 @@
{
  height: 18px;
}
#messagelist tbody tr.unroot td.subject
{
  text-decoration: underline;
@@ -147,12 +143,7 @@
#messageframe
{
  width: expression((parseInt(this.parentNode.offsetWidth)-180)+'px');
  height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
}
#messagecanvas
{
  width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px');
  overflow: hidden;
}
#countcontrols
@@ -166,19 +157,6 @@
  width: expression((parseInt(document.documentElement.clientWidth))+'px');
}
#compose-container
{
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
}
#compose-body,
#compose-headers td textarea,
#compose-headers td input
{
  width: 99%;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
@@ -189,19 +167,7 @@
#addressscreen
{
  width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#prefsscreen
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#importbox
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-145)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#contacts-table
@@ -212,7 +178,6 @@
#contacts-box,
#prefs-box
{
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
  width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');
}
@@ -239,11 +204,13 @@
  margin: 0 0 -4px 0;
}
.popupmenu ul li,
ul.toolbarmenu li
{
  min-width: auto;
}
.popupmenu ul li a,
ul.toolbarmenu li a
{
  min-height: auto;
@@ -264,3 +231,8 @@
  margin: 0 4px;
  padding: 0.8em;
}
#listcontrols input
{
  margin-top: 2px;
}