Changeset e2dd81f in github
- Timestamp:
- Dec 7, 2008 6:03:38 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b1c15414
- Parents:
- 55cd374
- Files:
-
- 4 edited
-
CHANGELOG (modified) (1 diff)
-
skins/default/mail.css (modified) (1 diff)
-
skins/default/templates/message.html (modified) (2 diffs)
-
skins/default/watermark.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r55cd374 re2dd81f 7 7 - Fix search results page jumps in LDAP addressbook (#1485253) 8 8 - Fix empty line before the signature in IE (#1485351) 9 - Fix horizontal scrollbar in preview pane on IE (#1484633) 9 10 10 11 2008/12/04 (alec) -
skins/default/mail.css
re1de7d6 re2dd81f 672 672 } 673 673 674 #messagecanvas 675 { 676 /* css hack for IE */ 677 width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px'); 678 } 679 674 680 #printmessageframe 675 681 { -
skins/default/templates/message.html
ra1f7220e re2dd81f 47 47 48 48 <div id="messageframe"> 49 49 <div id="messagecanvas"> 50 50 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> 51 51 <roundcube:object name="messageAttachments" id="attachment-list" /> … … 53 53 <roundcube:object name="blockedObjects" id="remote-objects-message" /> 54 54 <roundcube:object name="messageBody" id="messagebody" /> 55 55 </div> 56 56 </div> 57 57 -
skins/default/watermark.html
ra3f149e re2dd81f 4 4 <title></title> 5 5 </head> 6 <body style="background-color:#F2F2F2; ">6 <body style="background-color:#F2F2F2; width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');"> 7 7 8 8 <div style="margin:10px auto; text-align:center">
Note: See TracChangeset
for help on using the changeset viewer.
