Changeset a549a92 in github
- Timestamp:
- May 17, 2007 1:03:05 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 5870871
- Parents:
- 7198044
- Location:
- skins/default
- Files:
-
- 3 edited
-
addresses.css (modified) (2 diffs)
-
templates/addressbook.html (modified) (1 diff)
-
templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/addresses.css
rf115416 ra549a92 62 62 } 63 63 64 #directorylist ul 64 #directorylist ul li 65 65 { 66 66 font-size: 11px; … … 120 120 overflow: hidden; 121 121 /* css hack for IE */ 122 width: expression((parseInt(document.documentElement.clientWidth)- 70-document.getElementById('addresslist').offsetWidth)+'px');122 width: expression((parseInt(document.documentElement.clientWidth)-45-document.getElementById('addresslist').offsetLeft-document.getElementById('addresslist').offsetWidth)+'px'); 123 123 height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); 124 124 } -
skins/default/templates/addressbook.html
rf115416 ra549a92 24 24 </div> 25 25 26 <roundcube:if condition="config:ldap_public" /> 26 27 <div id="directorylist"> 27 28 <div id="groups-title"><roundcube:label name="groups" /></div> 28 29 <roundcube:object name="directorylist" id="directories-list" /> 29 30 </div> 31 32 <roundcube:else /> 33 <style type="text/css"> 34 #addresslist { left:20px; width:440px } 35 #contacts-box { left:475px } 36 #abookcountbar { left:20px } 37 </style> 38 39 <roundcube:endif /> 30 40 31 41 <div id="addresslist"> -
skins/default/templates/compose.html
rf115416 ra549a92 95 95 </tr><tr> 96 96 97 <td style="width:100%; height:9 8%; vertical-align:top;">97 <td style="width:100%; height:90%; vertical-align:top;"> 98 98 <roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /> 99 99
Note: See TracChangeset
for help on using the changeset viewer.
