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.css

    r2 r773  
    3737/* link */ 
    3838.l { 
    39         padding: 0px 13px 0px 0px; 
     39        background-repeat: no-repeat; 
     40        background-position: left; 
     41        padding: 0 2em; 
    4042        font-weight: bold; 
    4143        font-size: 10px; 
    42         color: #666666; 
     44        color: #4a79b1; 
    4345        text-decoration: none; 
    4446        cursor: pointer; 
     
    5456/* selected link */ 
    5557.sl { 
    56         padding: 0px 13px 0px 0px; 
     58        background-repeat: no-repeat; 
     59        background-position: left; 
     60        padding: 0 2em;  
    5761        font-weight: bold; 
    5862        font-size: 10px; 
    59         color: #0000FF; 
     63        color: #fc6103; 
    6064        text-decoration: none; 
    6165        cursor: pointer; 
Note: See TracChangeset for help on using the changeset viewer.