Projet

Général

Profil

Paste
Télécharger (359 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_help / help-icon.css @ 87dbc3bf

1

    
2
.advanced-help-link {
3
  background: transparent url('help.png') no-repeat top left;
4
  background-position: 0px 0px;
5
  display: block;
6
  float: left; /* this is cheesy, I know */
7
  height: 12px;
8
  margin-top: 2px;
9
  padding: 0px;
10
  width: 12px;
11
}
12

    
13
.advanced-help-link span {
14
  display: none;
15
}
16

    
17
.advanced-help-link:hover {
18
  background-position: 0px -12px;
19
}