alecpl
2008-09-12 b1c97d1a8ef51bd54ec1111253c82fb04c1dadce
- fix: show folderslist before splitter


2 files modified
17 ■■■■■ changed files
skins/default/mail.css 15 ●●●●● patch | view | raw | blame | history
skins/default/templates/printmessage.html 2 ●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -620,6 +620,21 @@
{
  position: absolute;
  top: 0px;
  left: 170px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #999;
  background-color: #FFF;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#printmessageframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
skins/default/templates/printmessage.html
@@ -8,7 +8,7 @@
<div id="header"><img src="/images/roundcube_logo_print.gif" alt="<roundcube:object name="productname" />" /></div>
<div id="messageframe">
<div id="printmessageframe">
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" />
<roundcube:object name="messageAttachments" id="attachment-list" />
<roundcube:object name="messageBody" id="messagebody" showImages="false" />