Projet

Général

Profil

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

root / drupal7 / sites / all / modules / module_filter / css / modules.css @ 18596a08

1
#system-modules table {
2
  table-layout: fixed;
3
}
4
#system-modules th.checkbox {
5
  width: 8%;
6
}
7
#system-modules th.name {
8
  width: 25%;
9
}
10
#system-modules th.version {
11
  width: 10%;
12
}
13
#system-modules th.links {
14
  width: 15%;
15
}
16
#system-modules td {
17
  vertical-align: top;
18
}
19
#system-modules .expand.inner {
20
  background: transparent url(../images/collapsed.png) left 0.6em no-repeat;
21
  margin-left: -12px;
22
  padding-left: 12px;
23
}
24
#system-modules .expanded.expand.inner {
25
  background: transparent url(../images/expanded.png) left 0.6em no-repeat;
26
}
27
#system-modules .description {
28
  cursor: pointer;
29
}
30
#system-modules .description .inner {
31
  overflow: hidden; /* truncates descriptions if too long */
32
  text-overflow: ellipsis;
33
  white-space: nowrap;
34
}
35
#system-modules .description .inner.expanded > * {
36
  cursor: auto;
37
}
38
#system-modules .description .requirements,
39
#system-modules .description .links {
40
  display: none;
41
}
42
#system-modules .description .expanded.inner {
43
  overflow: visible;
44
  white-space: normal;
45
}
46
#system-modules .description .expanded .requirements,
47
#system-modules .description .expanded .links {
48
  display: block;
49
}
50
#system-modules .requirements {
51
  padding: 5px 0;
52
  max-width: 490px;
53
}