Changeset 9689f5b in github


Ignore:
Timestamp:
Jun 18, 2010 8:10:35 AM (3 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
16e8314
Parents:
7dff2fe
Message:

Make preview pane label clickable + slightly darker labels in pagenav

Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/common.css

    r8e5ed7b r9689f5b  
    315315.pagenav span 
    316316{ 
    317   color: #666; 
     317  color: #444; 
    318318  font-size: 11px; 
    319319  text-shadow: white 1px 1px; 
  • skins/default/templates/mail.html

    r7dff2fe r9689f5b  
    7575        <roundcube:container name="listcontrols" id="listcontrols" /> 
    7676    <roundcube:if condition="env:threads" /> 
    77         <span style="margin-left: 10px"><roundcube:label name="threads" />:&nbsp;</span> 
     77        <span style="margin-left: 12px"><roundcube:label name="threads" />:&nbsp;</span> 
    7878        <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" "  /> 
    7979        <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> 
    8080        <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> 
    8181    <roundcube:endif /> 
    82         <span style="margin-left: 10px"><roundcube:label name="previewpane" />:&nbsp;</span> 
    83         <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:if condition="config:preview_pane == true" /> checked="checked"<roundcube:endif /> /> 
     82        <label><span style="margin-left: 12px"><roundcube:label name="previewpane" />:&nbsp;</span> 
     83        <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:if condition="config:preview_pane == true" /> checked="checked"<roundcube:endif /> /></label> 
    8484    </div> 
    8585    <div id="countcontrols" class="pagenav"> 
Note: See TracChangeset for help on using the changeset viewer.