Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / css / button.css @ 7e72b748

1
.ctools-button-processed {
2
  border-style: solid;
3
  border-width: 1px;
4
  display: inline-block;
5
  line-height: 1;
6
}
7

    
8
.ctools-button-processed:hover {
9
  cursor: pointer;
10
}
11

    
12
.ctools-button-processed .ctools-content {
13
  padding-bottom: 2px;
14
  padding-top: 2px;
15
}
16

    
17
.ctools-no-js .ctools-content ul,
18
.ctools-button-processed .ctools-content ul {
19
  list-style-image: none;
20
  list-style-type: none;
21
  margin-left: 0;
22
}
23

    
24
.ctools-button-processed li {
25
  line-height: 1.3333;
26
}
27

    
28
.ctools-button li a {
29
  padding-left: 12px;
30
  padding-right: 12px;
31
}