[ Index ]
 

Code source de DokuWiki 2006-11-06

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

title

Body

[fermer]

/lib/styles/ -> spellcheck.css (source)

   1  /**
   2   * Basic styles for the spellchecker. Only included when the spellcheck option
   3   * is enabled. These styles are the absolute minimum to make the spellchecker
   4   * work. Templates should add addional styles for making it look nice.
   5   */
   6  
   7  div.dokuwiki div#spell__suggest {
   8    position: absolute;
   9    left: 0;
  10    top: 0;
  11    display: none;
  12    z-index: 2;
  13  }
  14  
  15  div.dokuwiki div#spell__result {
  16    display:none;
  17    font-family:monospace;
  18    overflow: auto;
  19    z-index: 1;
  20  }
  21  


Généré le : Tue Apr 3 20:47:31 2007 par Balluche grâce à PHPXref 0.7