Changeset 5d480c1 in github


Ignore:
Timestamp:
Sep 18, 2008 4:57:26 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
cb7597e
Parents:
ae579ce
Message:

Place save button below the scrollable prefs box

Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/settings.css

    rcf507b2 r5d480c1  
    5050  top: 95px; 
    5151  left: 20px; 
    52   bottom: 30px; 
    53   width: 600px; 
     52  bottom: 60px; 
     53  width: 640px; 
    5454  overflow: auto; 
    55   border: 1px solid #999999;   
    56   /* css hack for IE */ 
    57   height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); 
     55  border: 1px solid #999999; 
     56  /* css hack for IE */ 
     57  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 
    5858} 
    5959 
  • skins/default/templates/settings.html

    red132ed r5d480c1  
    1717<div style="padding:15px"> 
    1818<roundcube:object name="userprefs"> 
    19  
    20 <p><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p> 
    2119</div> 
    2220</div> 
     21 
     22<p id="listbuttons"><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p> 
    2323 
    2424<roundcube:include file="/includes/settingscripts.html" /> 
Note: See TracChangeset for help on using the changeset viewer.