Projet

Général

Profil

Paste
Télécharger (1,22 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ctools / css / dropbutton.css @ c2ac6d1d

1
.ctools-dropbutton-processed {
2
  padding-right: 18px;
3
  position: relative;
4
  background-color: inherit;
5
}
6

    
7
.ctools-dropbutton-processed.open {
8
  z-index: 200;
9
}
10

    
11
.ctools-dropbutton-processed .ctools-content li,
12
.ctools-dropbutton-processed .ctools-content a {
13
  display: block;
14
}
15

    
16
.ctools-dropbutton-processed .ctools-link {
17
  bottom: 0;
18
  display: block;
19
  height: auto;
20
  position: absolute;
21
  right: 0;
22
  top: 0;
23
  width: 17px;
24
}
25

    
26
.ctools-dropbutton-processed .ctools-link a {
27
  overflow: hidden;
28
}
29

    
30
.ctools-dropbutton-processed .ctools-content ul {
31
  margin: 0;
32
  overflow: hidden;
33
}
34

    
35
.ctools-dropbutton-processed.open li + li {
36
  padding-top: 4px;
37
}
38

    
39
/**
40
 * This creates the dropbutton arrow and inherits the link color
41
 */
42
.ctools-twisty {
43
  border-bottom-color: transparent;
44
  border-left-color: transparent;
45
  border-right-color: transparent;
46
  border-style: solid;
47
  border-width: 4px 4px 0;
48
  line-height: 0;
49
  right: 6px;
50
  position: absolute;
51
  top: 0.75em;
52
  white-space: nowrap;
53
}
54

    
55
.ctools-dropbutton-processed.open .ctools-twisty {
56
  border-bottom: 4px solid;
57
  border-left-color: transparent;
58
  border-right-color: transparent;
59
  border-top-color: transparent;
60
  top: 0.5em;
61
}
62

    
63
.ctools-no-js .ctools-twisty {
64
  display: none;
65
}