alecpl
2010-06-17 ce06d32dd81e3a9c5c5c8a5e27562b5c55b49c81
skins/default/iehacks.css
@@ -1,4 +1,3 @@
/* CSS hacks for IE versions <= 8 */
input, textarea
{
@@ -25,7 +24,7 @@
.popupmenu
{
   background-color: #ffffff;
  background-color: #ffffff;
}
#tabsbar
@@ -36,11 +35,6 @@
#folder-manager
{
  height: expression((parseInt(document.documentElement.clientHeight)-235)+'px');
}
#identities-list
{
  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#messagetoolbar
@@ -67,8 +61,7 @@
  background-image: url(images/mail_toolbar.gif);
}
#listcontrols a.buttonPas,
#mailboxcontrols a.buttonPas
#listcontrols a.buttonPas
{
  filter: alpha(opacity=35);
}
@@ -81,26 +74,20 @@
#mainscreen
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-101)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-96)+'px');
}
#directorylistbox
{
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#directorylistwrap
{
  height: expression((parseInt(document.getElementById('directorylistbox').offsetHeight)-42)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-115)+'px');
}
#addresslist,
#sectionslist
{
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
#mailleftcontainer
#sectionslist,
#identities-list,
#mailleftcontainer,
#mailcontframe,
#identity-details
{
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
@@ -111,25 +98,16 @@
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
}
#mailrightcontent
{
  width: 100%;
}
#messagepartcontainer
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-100)+'px');
}
#mailcontframe
{
  height: expression(parseInt(this.parentNode.offsetHeight)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-90)+'px');
}
#mailrightcontent
{
  height: expression((parseInt(this.parentNode.offsetHeight)-20)+'px');
  width: 100%;
}
#partheader
@@ -169,11 +147,7 @@
{
  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
@@ -210,7 +184,7 @@
#addressscreen
{
  width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-115)+'px');
}
#prefsscreen
@@ -221,7 +195,8 @@
#importbox
{
  height: expression((parseInt(document.documentElement.clientHeight)-135)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-140)+'px');
}
#contacts-table
@@ -236,15 +211,22 @@
  width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');
}
#identity-details
{
  width: expression((parseInt(document.documentElement.clientWidth)-470)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#rcmdraglayer
{
  filter: alpha(opacity=70);
  filter: alpha(opacity=82);
  padding-left: 20px;
}
div.draglayercopy
{
  border-color: #00cc00;
  background: url(images/messageactions.png) 0 -125px no-repeat #fff;
}
html.ie8 .draglayercopy:before
{
  content: "";
  display: none;
}
ul.toolbarmenu
@@ -252,11 +234,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;
@@ -277,3 +261,8 @@
  margin: 0 4px;
  padding: 0.8em;
}
#listcontrols input
{
  margin-top: 2px;
}