Changeset a549a92 in github


Ignore:
Timestamp:
May 17, 2007 1:03:05 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
5870871
Parents:
7198044
Message:

Hide address groups if no LDAP servers configured + some skin cleanup

Location:
skins/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skins/default/addresses.css

    rf115416 ra549a92  
    6262} 
    6363 
    64 #directorylist ul 
     64#directorylist ul li 
    6565{ 
    6666  font-size: 11px; 
     
    120120  overflow: hidden; 
    121121  /* 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'); 
    123123  height: expression((parseInt(document.documentElement.clientHeight)-135)+'px'); 
    124124} 
  • skins/default/templates/addressbook.html

    rf115416 ra549a92  
    2424</div> 
    2525 
     26<roundcube:if condition="config:ldap_public" /> 
    2627<div id="directorylist"> 
    2728<div id="groups-title"><roundcube:label name="groups" /></div> 
    2829<roundcube:object name="directorylist" id="directories-list" /> 
    2930</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 /> 
    3040 
    3141<div id="addresslist"> 
  • skins/default/templates/compose.html

    rf115416 ra549a92  
    9595</tr><tr> 
    9696 
    97 <td style="width:100%; height:98%; vertical-align:top;"> 
     97<td style="width:100%; height:90%; vertical-align:top;"> 
    9898<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /> 
    9999 
Note: See TracChangeset for help on using the changeset viewer.