Projet

Général

Profil

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

root / drupal7 / sites / all / modules / module_filter / css / modules.css @ 7d7b5830

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.links {
11
  width: 15%;
12
}
13
#system-modules td {
14
  vertical-align: top;
15
}
16
#system-modules .expand.inner {
17
  background: transparent url(/misc/menu-collapsed.png) left 0.6em no-repeat;
18
  margin-left: -12px;
19
  padding-left: 12px;
20
}
21
#system-modules .expanded.expand.inner {
22
  background: transparent url(/misc/menu-expanded.png) left 0.6em no-repeat;
23
}
24
#system-modules .description {
25
  cursor: pointer;
26
}
27
#system-modules .description .inner {
28
  overflow: hidden; /* truncates descriptions if too long */
29
  text-overflow: ellipsis;
30
  white-space: nowrap;
31
}
32
#system-modules .description .requirements,
33
#system-modules .description .links {
34
  display: none;
35
}
36
#system-modules .description .expanded.inner {
37
  overflow: visible;
38
  white-space: normal;
39
}
40
#system-modules .description .expanded .requirements,
41
#system-modules .description .expanded .links {
42
  display: block;
43
}
44
#system-modules .requirements {
45
  padding: 5px 0;
46
  max-width: 490px;
47
}