Changeset b1c97d1 in github


Ignore:
Timestamp:
Sep 12, 2008 12:57:16 PM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
620ca66
Parents:
6cd0099
Message:
  • fix: show folderslist before splitter
Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    rdc5b83d rb1c97d1  
    621621  position: absolute; 
    622622  top: 0px; 
     623  left: 170px; 
     624  right: 0px; 
     625  bottom: 0px; 
     626  border: 1px solid #999; 
     627  background-color: #FFF; 
     628  overflow: auto; 
     629  /* css hack for IE */ 
     630  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px'); 
     631  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); 
     632} 
     633 
     634#printmessageframe 
     635{ 
     636  position: absolute; 
     637  top: 0px; 
    623638  left: 0px; 
    624639  right: 0px; 
  • skins/default/templates/printmessage.html

    r44aad44 rb1c97d1  
    99<div id="header"><img src="/images/roundcube_logo_print.gif" alt="<roundcube:object name="productname" />" /></div> 
    1010 
    11 <div id="messageframe"> 
     11<div id="printmessageframe"> 
    1212<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" /> 
    1313<roundcube:object name="messageAttachments" id="attachment-list" /> 
Note: See TracChangeset for help on using the changeset viewer.