Changeset 2851 in subversion


Ignore:
Timestamp:
Aug 10, 2009 8:39:00 AM (4 years ago)
Author:
thomasb
Message:

Revert r2844: mailfooter should align with message list

Location:
trunk/roundcubemail/skins/default
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/iehacks.css

    r2838 r2851  
    159159} 
    160160 
     161#countcontrols 
     162{ 
     163  width: 24em; 
     164} 
     165 
    161166body.iframe  
    162167{ 
  • trunk/roundcubemail/skins/default/mail.css

    r2844 r2851  
    345345} 
    346346 
     347#listcontrols 
     348{ 
     349  padding-right: 2em; 
     350} 
     351 
    347352#messagecountbar 
    348353{ 
     
    628633{ 
    629634  position: absolute; 
    630   left: 20px; 
    631   right: 20px; 
    632   bottom: 16px; 
     635  left: 0px; 
     636  bottom: 0px; 
    633637  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 
    638657#listcontrols, 
    639658#countcontrols, 
     
    642661  white-space: nowrap; 
    643662  font-size: 11px; 
    644   margin-right: 10px; 
    645663} 
    646664 
    647665#countcontrols 
    648666{ 
    649   position: absolute; 
    650   right: 10px; 
    651   bottom: 16px; 
    652   height: 16px; 
    653   min-width: 260px; 
     667  min-width: 25em; 
    654668} 
    655669 
  • trunk/roundcubemail/skins/default/templates/addressbook.html

    r2844 r2851  
    7373  <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> 
    7474  <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" /> 
    7676  <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> 
    7777  <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  
    2525 
    2626<div id="mainscreen"> 
    27  
    2827<div id="mailleftcontainer"> 
    2928<div id="mailboxlist-container"> 
    3029<h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3> 
    3130<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /> 
    32 </div> 
    3331</div> 
    3432 
     
    3735  rcmail.add_onload('mailviewsplitv.init()'); 
    3836</script> 
     37 
     38<div id="mailboxcontrols"> 
     39  <roundcube:label name="folder" />:&nbsp; 
     40  <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp; 
     41  <roundcube:button command="purge" label="empty" classAct="active" />&nbsp; 
     42</div> 
     43</div> 
    3944 
    4045<div id="mailrightcontainer"> 
     
    6974 
    7075<roundcube:endif /> 
    71  
    72 </div> 
    73 </div> 
    7476</div> 
    7577 
    7678<div id="mailfooter"> 
    77   <span id="mailboxcontrols"> 
    78       <roundcube:label name="folder" />:&nbsp; 
    79       <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp; 
    80       <roundcube:button command="purge" label="empty" classAct="active" />&nbsp; 
    81   </span> 
    82   <span id="listcontrols"> 
     79<table cellpadding="1" cellspacing="0" width="100%"><tr> 
     80  <td> 
     81    <span id="listcontrols"> 
    8382      <roundcube:label name="select" />:&nbsp; 
    8483      <roundcube:button command="select-all" label="all" classAct="active" />&nbsp; 
     
    8786      <roundcube:button command="select-none" label="none" classAct="active" /> &nbsp; 
    8887      <roundcube:container name="listcontrols" id="listcontrols" /> 
    89   </span> 
     88    </span> 
     89  </td> 
    9090  <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> 
    9494  <roundcube:endif /> 
    95 </div> 
    96 <div id="countcontrols" class="pagenav"> 
     95  <td id="countcontrols" class="pagenav"> 
    9796    <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " /> 
    9897    <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" /> 
    10099    <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " /> 
    101100    <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> 
    102106</div> 
    103107 
  • trunk/roundcubemail/skins/default/templates/message.html

    r2844 r2851  
    5353  <roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " /> 
    5454  <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" /> 
    5656  <roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " /> 
    5757  <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.