Thomas Bruederli
2012-10-02 6547093937cd4ee33adb7f9e55ce6851e25a6a8f
skins/larry/ie7hacks.css
@@ -7,9 +7,15 @@
 * 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');
}
input.button {
   display: inline;
@@ -23,7 +29,7 @@
.boxfooter .listbutton .inner,
.attachmentslist li a.delete,
.attachmentslist li a.cancelupload,
#messagepreviewheader .iconlink {
.previewheader .iconlink {
   /* workaround for text-indent which also offsets the background image */
   text-indent: 0;
   font-size: 0;
@@ -39,12 +45,29 @@
.pagenav a.button,
.pagenav a.button span.inner,
#messagepreviewheader .iconlink,
.previewheader .iconlink,
#uploadform a.iconlink {
   display: inline;
}
#messagepreviewheader .iconlink {
.pagenavbuttons {
   top: 4px;
}
.dropbutton .dropbuttontip {
   right: -2px;
}
#login-form #message div {
   float: left;
   display: block;
   width: 200px;
   margin-left: 130px;
   white-space: nowrap;
   text-align: left;
}
#messageheader.previewheader .iconlink {
   color: #fff;
   height: 14px;
}
@@ -69,11 +92,24 @@
   width: 170px;
}
#rcmKSearchpane {
   width: 400px;
}
#rcmKSearchpane ul li {
   width: 380px;
   text-overflow: ellipsis;
}
table.listing,
table.records-table {
   display: block;
   width: auto;
   border-collapse: expression('separate', cellSpacing = '0');
}
.records-table tbody td span {
   white-space: nowrap;
}
table.listing {
@@ -87,7 +123,7 @@
#quicksearchbar input {
   padding-top: 4px;
   padding-bottom: 4px;
   padding-bottom: 2px;
}
#messagelistfooter #listcontrols,