Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / css / button.css @ 1e39edcb

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
  margin-left: 0;
23
}
24

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

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