Changeset 51cca60 in github
- Timestamp:
- May 15, 2008 1:50:32 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 033478d
- Parents:
- 3978ab39
- Files:
-
- 4 edited
-
CHANGELOG (modified) (1 diff)
-
skins/default/mail.css (modified) (2 diffs)
-
skins/default/templates/message.html (modified) (1 diff)
-
skins/default/templates/messagepreview.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rc17991c r51cca60 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2008/05/15 (alec) 5 - Fix attachment list on IE 6/7 (#1484807) 3 6 4 7 2008/05/12 (estadtherr) -
skins/default/mail.css
r8274ef4 r51cca60 614 614 } 615 615 616 #attachment-list-div 617 { 618 background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF; 619 } 620 616 621 #attachment-list 617 622 { 618 623 margin: 0px; 619 padding: 0px 0px 0px 68px;620 min-height: 1 8px;624 padding: 0px 0px 0px 72px; 625 min-height: 16px; 621 626 list-style-image: none; 622 627 list-style-type: none; 623 background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 624 /* css hack for IE */ 625 height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px'); 628 /* IE6 hack */ 629 height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); 626 630 } 627 631 … … 641 645 height: 18px; 642 646 font-size: 11px; 643 padding: 2px 10px 0px 10px;647 padding: 2px 0px 0px 15px; 644 648 } 645 649 -
skins/default/templates/message.html
r480f8c5a r51cca60 40 40 <div class="messageheaderbox"> 41 41 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> 42 <div id="attachment-list-div"> 42 43 <roundcube:object name="messageAttachments" id="attachment-list" /> 44 </div> 43 45 </div> 44 46 -
skins/default/templates/messagepreview.html
rb190970 r51cca60 10 10 <div class="messageheaderbox"> 11 11 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> 12 <div id="attachment-list-div"> 12 13 <roundcube:object name="messageAttachments" id="attachment-list" /> 14 </div> 13 15 </div> 14 16
Note: See TracChangeset
for help on using the changeset viewer.
