Changeset ba1c48f in github


Ignore:
Timestamp:
Nov 28, 2008 1:59:23 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
41b43ba
Parents:
7342d7ef
Message:

Spread settings box over the whole width of the windows + make fieldsets float

Location:
skins/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/default/settings.css

    rbe758e0 rba1c48f  
    5151  left: 20px; 
    5252  bottom: 60px; 
    53   width: 640px; 
     53  right: 20px; 
    5454  overflow: auto; 
    5555  border: 1px solid #999999; 
    5656  /* css hack for IE */ 
    5757  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 
     58  width: expression((parseInt(document.documentElement.clientwidth)-40)+'px'); 
     59} 
     60 
     61#userprefs-box fieldset 
     62{ 
     63  float: left; 
     64  margin-right: 14px; 
     65  width: 520px; 
    5866} 
    5967 
     
    6270  color: #666666; 
    6371  padding-right: 10px; 
     72  white-space: nowrap; 
    6473} 
    6574 
     
    272281  position: absolute; 
    273282  bottom: 35px; 
    274   left: 200px; 
     283  right: 20px; 
    275284  width: 460px; 
    276285} 
  • skins/default/templates/settings.html

    r6afdd69 rba1c48f  
    1616<div id="userprefs-title"><roundcube:label name="userpreferences" /></div> 
    1717 
    18 <div style="padding:15px"> 
     18<div style="padding:15px 0 15px 15px"> 
    1919<roundcube:object name="userprefs"> 
     20<div style="clear:left"></div> 
    2021</div> 
    2122</div> 
Note: See TracChangeset for help on using the changeset viewer.