[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/js/dftree/ -> dftree.css (source)

   1  
   2  .son {
   3      position: relative;
   4      left: 10px;
   5  /*    width: 0px;*/
   6  }
   7  
   8  
   9  .plus {
  10      font-size: 15px;
  11      font-weight: bold;
  12      cursor: pointer;
  13      cursor: hand;
  14      color: #000000;
  15      font-family: monospace;
  16  }
  17  
  18  .plus:hover {
  19      color: #FF0000;
  20  }
  21  
  22  .opened {
  23      display: inline;
  24  /*    width: 0px;*/
  25  }
  26  
  27  .closed {
  28      display: none;
  29  /*    width: 0px;*/
  30  }
  31  
  32  /* link */
  33  .l {
  34      padding: 2px;
  35      font-weight: bold;
  36      font-size: 12px;
  37      color: #666666;
  38      text-decoration: none;
  39      cursor: pointer;
  40      cursor: hand;
  41      white-space: nowrap;
  42      font-family: sans-serif;
  43  }
  44  
  45  .l:hover {
  46      text-decoration: underline;
  47  }
  48  
  49  
  50  /* selected link */
  51  .sl {
  52      padding: 2px;
  53      font-weight: bold;
  54      font-size: 12px;
  55      color: #0000FF;
  56      text-decoration: none;
  57      cursor: pointer;
  58      cursor: hand;
  59      white-space: nowrap;
  60      font-family: sans-serif;
  61  }
  62  
  63  .sl:hover {
  64      text-decoration: underline;
  65  }
  66  
  67  


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7