Changeset ba1c48f in github
- Timestamp:
- Nov 28, 2008 1:59:23 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 41b43ba
- Parents:
- 7342d7ef
- Location:
- skins/default
- Files:
-
- 2 edited
-
settings.css (modified) (3 diffs)
-
templates/settings.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/settings.css
rbe758e0 rba1c48f 51 51 left: 20px; 52 52 bottom: 60px; 53 width: 640px;53 right: 20px; 54 54 overflow: auto; 55 55 border: 1px solid #999999; 56 56 /* css hack for IE */ 57 57 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; 58 66 } 59 67 … … 62 70 color: #666666; 63 71 padding-right: 10px; 72 white-space: nowrap; 64 73 } 65 74 … … 272 281 position: absolute; 273 282 bottom: 35px; 274 left: 200px;283 right: 20px; 275 284 width: 460px; 276 285 } -
skins/default/templates/settings.html
r6afdd69 rba1c48f 16 16 <div id="userprefs-title"><roundcube:label name="userpreferences" /></div> 17 17 18 <div style="padding:15px ">18 <div style="padding:15px 0 15px 15px"> 19 19 <roundcube:object name="userprefs"> 20 <div style="clear:left"></div> 20 21 </div> 21 22 </div>
Note: See TracChangeset
for help on using the changeset viewer.
