Ignore:
Timestamp:
04/28/09 17:15:52 (15 years ago)
Author:
niltonneto
Message:

Resolve #475

Location:
sandbox/expresso/novos_templates
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sandbox/expresso/novos_templates

    • Property svn:ignore set to
      header.inc.php
      .svnignore
  • sandbox/expresso/novos_templates/phpgwapi/js/dftree/dftree.js

    r709 r773  
    228228                captionSpan.style.backgroundColor = 'white'; 
    229229                captionSpan.style.border = '1px solid black'; 
     230                captionSpan.style.paddingTop = '0px'; 
     231                captionSpan.style.paddingBottom = '0px'; 
    230232        } 
    231233} 
     
    237239                captionSpan = getObjectById("l"+this.id+this._myTree.name); 
    238240                captionSpan.style.backgroundColor = ''; 
    239                 captionSpan.style.border = '1px solid #f7f7f7'; 
     241                captionSpan.style.border = '0px'; 
     242                captionSpan.style.paddingTop = '1px'; 
     243                captionSpan.style.paddingBottom = '1px'; 
    240244        } 
    241245} 
     
    326330        spanL.onmouseover = function () { _this._onMouseOver(); }; 
    327331        spanL.onmouseout = function () { _this._onMouseOut(); }; 
    328         spanL.style.border = '1px solid #f7f7f7'; 
     332//      spanL.style.border = '1px solid #f7f7f7'; 
    329333        spanL.innerHTML = this.caption; 
    330334        //spanL.style.border = '1px solid red'; 
Note: See TracChangeset for help on using the changeset viewer.