Thomas Bruederli
2012-12-29 6f3c97c5d32f93bb81b157bc4340fef8ee0b60ea
skins/larry/ie7hacks.css
@@ -7,9 +7,23 @@
 * License. It is allowed to copy, distribute, transmit and to adapt the work
 * by keeping credits to the original autors in the README file.
 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
 *
 * $Id$
 */
/* #1488618 */
#mainscreen {
  height: expression((parseInt(document.documentElement.clientHeight)-108)+'px');
}
#mainscreen.offset {
  height: expression((parseInt(document.documentElement.clientHeight)-150)+'px');
}
.minimal #mainscreen {
  height: expression((parseInt(document.documentElement.clientHeight)-82)+'px');
}
.minimal #mainscreen.offset {
  height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');
}
input.button {
   display: inline;
@@ -23,7 +37,8 @@
.boxfooter .listbutton .inner,
.attachmentslist li a.delete,
.attachmentslist li a.cancelupload,
#messagepreviewheader .iconlink {
.previewheader .iconlink,
.minimal #taskbar .button-inner {
   /* workaround for text-indent which also offsets the background image */
   text-indent: 0;
   font-size: 0;
@@ -39,7 +54,7 @@
.pagenav a.button,
.pagenav a.button span.inner,
#messagepreviewheader .iconlink,
.previewheader .iconlink,
#uploadform a.iconlink {
   display: inline;
}
@@ -52,6 +67,10 @@
   right: -2px;
}
#login-form .box-inner form {
   margin: 0;
}
#login-form #message div {
   float: left;
   display: block;
@@ -61,7 +80,7 @@
   text-align: left;
}
#messagepreviewheader .iconlink {
#messageheader.previewheader .iconlink {
   color: #fff;
   height: 14px;
}
@@ -141,10 +160,6 @@
   bottom: 0;
}
#composeoptionsbox {
   padding-top: 2px;
}
#composeoptionstoggle {
   display: inline;
   top: 3px;
@@ -177,3 +192,16 @@
   padding: 0 1px 0 0;
}
.minimal #topline {
   width: 100%;
   height: 18px;
   box-sizing: border-box;
}
.minimal #taskbar a:hover .tooltip {
   right: 34px;
   top: 1px;
}