Projet

Général

Profil

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

root / drupal7 / sites / all / modules / l10n_update / css / l10n_update.admin.css @ 76df55b7

1
html.js .l10n-update-wrapper.collapsed .fieldset-wrapper {
2
  display: none;
3
}
4

    
5
.l10n-update-wrapper .project .version-status {
6
  display: none;
7
}
8

    
9
/* Expand/collapse image for project title */
10
html.js .l10n-update-wrapper .project-title {
11
  background: url("../images/menu-expanded.png") left 65% no-repeat;
12
  padding-left: 10px;
13
}
14

    
15
html.js .l10n-update-wrapper.collapsed .project-title {
16
  background: url("../images/menu-collapsed.png") left 50% no-repeat;
17
}
18

    
19
html.js .l10n-update-wrapper .project-title a {
20
  margin-left: -10px;
21
  padding-left: 10px;
22
}
23

    
24
/* Translation update status data */
25
html.js .l10n-update-wrapper.collapsed .project .version-status {
26
  display: inline;
27
  float: right;
28
}
29

    
30
.l10n-update .project-server {
31
  margin: 0 10px;
32
  font-size: 90%;
33
  font-weight: normal
34
}
35

    
36
.l10n-update .version-status {
37
  float: right;
38
  font-size: 90%;
39
  font-weight: normal;
40
}
41

    
42
.l10n-update .version-links {
43
  float: right;
44
  padding-right: 1em;
45
  
46
}