Changeset 5d480c1 in github
- Timestamp:
- Sep 18, 2008 4:57:26 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cb7597e
- Parents:
- ae579ce
- Location:
- skins/default
- Files:
-
- 2 edited
-
settings.css (modified) (1 diff)
-
templates/settings.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/settings.css
rcf507b2 r5d480c1 50 50 top: 95px; 51 51 left: 20px; 52 bottom: 30px;53 width: 6 00px;52 bottom: 60px; 53 width: 640px; 54 54 overflow: auto; 55 border: 1px solid #999999; 56 /* css hack for IE */ 57 height: expression((parseInt(document.documentElement.clientHeight)-1 25)+'px');55 border: 1px solid #999999; 56 /* css hack for IE */ 57 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 58 58 } 59 59 -
skins/default/templates/settings.html
red132ed r5d480c1 17 17 <div style="padding:15px"> 18 18 <roundcube:object name="userprefs"> 19 20 <p><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p>21 19 </div> 22 20 </div> 21 22 <p id="listbuttons"><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p> 23 23 24 24 <roundcube:include file="/includes/settingscripts.html" />
Note: See TracChangeset
for help on using the changeset viewer.
