Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / css / button.css @ cb17e347

1

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

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

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

    
18
.ctools-no-js .ctools-content ul,
19
.ctools-button-processed .ctools-content ul {
20
  list-style-image: none;
21
  list-style-type: none;
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
}