alecpl
2011-02-14 fc2d3de7691a9b1d083eed435c2c327c2b8edbaa
- Better fix for #directorylistbox in IE7 + some IE css improvements


2 files modified
27 ■■■■■ changed files
skins/default/iehacks.css 26 ●●●●● patch | view | raw | blame | history
skins/default/templates/addressbook.html 1 ●●●● patch | view | raw | blame | history
skins/default/iehacks.css
@@ -27,15 +27,23 @@
  background-color: #ffffff;
}
#tabsbar
#tabsbar,
#partheader
{
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
}
#mainscreen
#mainscreen,
#directorylistbox,
#addressscreen
{
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#mainscreen,
#messagepartcontainer
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#messagetoolbar
@@ -98,7 +106,6 @@
#messagepartcontainer
{
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-90)+'px');
}
@@ -110,11 +117,6 @@
#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');
}
#subscription-table
@@ -167,7 +169,6 @@
#addressscreen
{
  width: expression((parseInt(document.documentElement.clientWidth)-245)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#contacts-table
@@ -235,11 +236,6 @@
#listcontrols input
{
  margin-top: 2px;
}
#directorylistbox div
{
  min-height: 0;
}
.contactfieldgroup legend
skins/default/templates/addressbook.html
@@ -40,7 +40,6 @@
  <roundcube:object name="directorylist" id="directorylist" />
  <roundcube:object name="groupslist" id="contactgroupslist" />
</div>
<!--[if lte IE 7]><div></div><![endif]-->
<div class="boxfooter">
  <roundcube:button command="group-create" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
  <roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="groupactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />