summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-12 16:57:16 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-12 16:57:16 +0000
commitb4abab2483cca6ac1952ac3d739af88b84b9af6d (patch)
treea6566ef855cb7487419d6a5ad70cb14e0868df69
parentd2857fa5443a904a49075a9d5df3cd50c20e4ad2 (diff)
- fix: show folderslist before splitter
git-svn-id: https://svn.roundcube.net/trunk@1777 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css15
-rw-r--r--roundcubemail/skins/default/templates/printmessage.html2
2 files changed, 16 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 79f0d4d3a..ca034bd69 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -620,6 +620,21 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen
{
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;
diff --git a/roundcubemail/skins/default/templates/printmessage.html b/roundcubemail/skins/default/templates/printmessage.html
index eecff69fb..17ea7bf5a 100644
--- a/roundcubemail/skins/default/templates/printmessage.html
+++ b/roundcubemail/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" />