Changeset 5852 in subversion


Ignore:
Timestamp:
Feb 4, 2012 1:00:39 PM (16 months ago)
Author:
alec
Message:
  • Fix preview pane switch position in Firefox + small improvements
Location:
trunk/roundcubemail/skins/default
Files:
3 edited

Legend:

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

    r5657 r5852  
    400400  padding: 0; 
    401401  margin: 1px; 
     402  margin-top: 2px; 
    402403  overflow: hidden; 
    403404  background: url(images/pagenav.gif) 0 0 no-repeat transparent; 
  • trunk/roundcubemail/skins/default/mail.css

    r5490 r5852  
    489489  position: relative; 
    490490  white-space: nowrap; 
    491   left: 4px; 
    492491  line-height: 22px; 
     492  padding: 0 4px; 
    493493  width: auto; 
    494494  min-width: 300px; 
     
    505505#listcontrols input 
    506506{ 
    507   margin-top: 6px; 
     507  margin-top: 1px; 
     508  height: 22px; 
    508509} 
    509510 
  • trunk/roundcubemail/skins/default/templates/mail.html

    r5111 r5852  
    7777    <roundcube:endif /> 
    7878    <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" /> 
    79         <label><span style="margin-left: 12px"><roundcube:label name="previewpane" />:&nbsp;</span> 
    80         <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /></label> 
     79        <span style="margin-left: 12px"><label for="prevpaneswitch"><roundcube:label name="previewpane" />:</label>&nbsp;</span> 
     80        <input type="checkbox" id="prevpaneswitch" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /> 
    8181    <roundcube:endif /> 
    8282    </div> 
Note: See TracChangeset for help on using the changeset viewer.