alecpl
2011-02-14 cfccaa55ca40c7737f964f3de89c5700dbd5313c
- Better "wrong #directorylistbox height in IE7" fix


2 files modified
6 ■■■■ changed files
skins/default/iehacks.css 5 ●●●●● patch | view | raw | blame | history
skins/default/templates/addressbook.html 1 ●●●● patch | view | raw | blame | history
skins/default/iehacks.css
@@ -170,6 +170,11 @@
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#directorylistbox
{
  height: expression((parseInt(document.documentElement.clientHeight)-105)+'px');
}
#contacts-table
{
  width: expression(document.getElementById('addresslist').clientWidth);
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=" " />