Changeset 2851 in subversion
- Timestamp:
- Aug 10, 2009 8:39:00 AM (4 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 5 edited
-
iehacks.css (modified) (1 diff)
-
mail.css (modified) (3 diffs)
-
templates/addressbook.html (modified) (1 diff)
-
templates/mail.html (modified) (4 diffs)
-
templates/message.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/iehacks.css
r2838 r2851 159 159 } 160 160 161 #countcontrols 162 { 163 width: 24em; 164 } 165 161 166 body.iframe 162 167 { -
trunk/roundcubemail/skins/default/mail.css
r2844 r2851 345 345 } 346 346 347 #listcontrols 348 { 349 padding-right: 2em; 350 } 351 347 352 #messagecountbar 348 353 { … … 628 633 { 629 634 position: absolute; 630 left: 20px; 631 right: 20px; 632 bottom: 16px; 635 left: 0px; 636 bottom: 0px; 633 637 height: 16px; 634 white-space: nowrap; 635 } 636 637 #mailboxcontrols, 638 width: 100%; 639 } 640 641 #mailfooter table tr td 642 { 643 white-space: nowrap; 644 vertical-align: bottom; 645 } 646 647 #mailboxcontrols 648 { 649 position: absolute; 650 left: 0px; 651 bottom: 0px; 652 height: 16px; 653 width: auto; 654 font-size: 11px; 655 } 656 638 657 #listcontrols, 639 658 #countcontrols, … … 642 661 white-space: nowrap; 643 662 font-size: 11px; 644 margin-right: 10px;645 663 } 646 664 647 665 #countcontrols 648 666 { 649 position: absolute; 650 right: 10px; 651 bottom: 16px; 652 height: 16px; 653 min-width: 260px; 667 min-width: 25em; 654 668 } 655 669 -
trunk/roundcubemail/skins/default/templates/addressbook.html
r2844 r2851 73 73 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> 74 74 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> 75 <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />75 <roundcube:object name="recordsCountDisplay" style="padding:0 1em; float:left" /> 76 76 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> 77 77 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> -
trunk/roundcubemail/skins/default/templates/mail.html
r2844 r2851 25 25 26 26 <div id="mainscreen"> 27 28 27 <div id="mailleftcontainer"> 29 28 <div id="mailboxlist-container"> 30 29 <h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3> 31 30 <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /> 32 </div>33 31 </div> 34 32 … … 37 35 rcmail.add_onload('mailviewsplitv.init()'); 38 36 </script> 37 38 <div id="mailboxcontrols"> 39 <roundcube:label name="folder" />: 40 <roundcube:button command="expunge" label="compact" classAct="active" /> 41 <roundcube:button command="purge" label="empty" classAct="active" /> 42 </div> 43 </div> 39 44 40 45 <div id="mailrightcontainer"> … … 69 74 70 75 <roundcube:endif /> 71 72 </div>73 </div>74 76 </div> 75 77 76 78 <div id="mailfooter"> 77 <span id="mailboxcontrols"> 78 <roundcube:label name="folder" />: 79 <roundcube:button command="expunge" label="compact" classAct="active" /> 80 <roundcube:button command="purge" label="empty" classAct="active" /> 81 </span> 82 <span id="listcontrols"> 79 <table cellpadding="1" cellspacing="0" width="100%"><tr> 80 <td> 81 <span id="listcontrols"> 83 82 <roundcube:label name="select" />: 84 83 <roundcube:button command="select-all" label="all" classAct="active" /> … … 87 86 <roundcube:button command="select-none" label="none" classAct="active" /> 88 87 <roundcube:container name="listcontrols" id="listcontrols" /> 89 </span> 88 </span> 89 </td> 90 90 <roundcube:if condition="env:quota" /> 91 < span id="quotabox">92 < roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" />93 </ span>91 <td style="text-align:center"> 92 <span id="quotabox"><roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /></span> 93 </td> 94 94 <roundcube:endif /> 95 </div> 96 <div id="countcontrols" class="pagenav"> 95 <td id="countcontrols" class="pagenav"> 97 96 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " /> 98 97 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " /> 99 <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />98 <roundcube:object name="messageCountDisplay" style="padding:0 1em; float:right" /> 100 99 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " /> 101 100 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " /> 101 </td> 102 </tr></table> 103 </div> 104 105 </div> 102 106 </div> 103 107 -
trunk/roundcubemail/skins/default/templates/message.html
r2844 r2851 53 53 <roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " /> 54 54 <roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " /> 55 <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />55 <roundcube:object name="messageCountDisplay" style="padding:0 1em 0 1em; float:right" /> 56 56 <roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " /> 57 57 <roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " />
Note: See TracChangeset
for help on using the changeset viewer.
