alecpl
2008-12-07 e2dd81f8dd7ae6b864b376a6f8c34c8fd33d4b95
- Fix horizontal scrollbar in preview pane on IE (#1484633)


4 files modified
13 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 6 ●●●●● patch | view | raw | blame | history
skins/default/templates/message.html 4 ●●●● patch | view | raw | blame | history
skins/default/watermark.html 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -6,6 +6,7 @@
- Fix sorting of folders with more than 2 levels (#1485569)
- Fix search results page jumps in LDAP addressbook (#1485253)
- Fix empty line before the signature in IE (#1485351)
- Fix horizontal scrollbar in preview pane on IE (#1484633)
2008/12/04 (alec)
----------
skins/default/mail.css
@@ -671,6 +671,12 @@
  height: expression((parseInt(this.parentNode.offsetHeight))+'px');
}
#messagecanvas
{
  /* css hack for IE */
  width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px');
}
#printmessageframe
{
  position: absolute;
skins/default/templates/message.html
@@ -46,13 +46,13 @@
</div>
<div id="messageframe">
<div id="messagecanvas">
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" />
<roundcube:object name="messageAttachments" id="attachment-list" />
<roundcube:object name="blockedObjects" id="remote-objects-message" />
<roundcube:object name="messageBody" id="messagebody" />
</div>
</div>
</div>
skins/default/watermark.html
@@ -3,7 +3,7 @@
<head>
  <title></title>
</head>
<body style="background-color:#F2F2F2;">
<body style="background-color:#F2F2F2; width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');">
<div style="margin:10px auto; text-align:center">
<img src="images/rcube_watermark.png" width="245" height="245" alt="" />