[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/advanced_help/ -> help-icon.css (source)

   1  /* $Id: help-icon.css,v 1.5 2008/10/17 19:38:00 merlinofchaos Exp $ */
   2  
   3  .advanced-help-link {
   4    width: 12px;
   5    height: 12px;
   6    background: transparent url('help.png') no-repeat top left;
   7    background-position: 0px 0px;
   8    display: block;
   9    float: left; /* this is cheesy, I know */
  10    margin-top: 2px;
  11    padding: 0px;
  12  }
  13  
  14  .advanced-help-link span {
  15    display: none;
  16  }
  17  
  18  .advanced-help-link:hover {
  19    background-position: 0px -12px;
  20  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7