Projet

Général

Profil

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

root / drupal7 / sites / all / modules / advanced_help / help-icon.css @ 00c2605a

1

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

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

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