Projet

Général

Profil

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

root / drupal7 / sites / all / modules / l10n_update / css / l10n_update.admin-rtl.css @ 651307cd

1
/* Expand/collapse image for project title */
2
html.js .l10n-update-wrapper .project-legend {
3
  padding-right: 10px;
4
}
5
html.js .l10n-update-wrapper.collapsed .project-legend {
6
  background: url("../images/menu-collapsed-rtl.png") right 50% no-repeat;
7
}
8

    
9
html.js .l10n-update-wrapper .project-legend a {
10
  margin-right: -10px;
11
  padding-right: 10px;
12
}
13

    
14
/* Translation update status data */
15
html.js .l10n-update-wrapper.collapsed .project .version-status {
16
  float: left;
17
}
18

    
19
.l10n-update .version-status {
20
  float: left;
21
}
22

    
23
.l10n-update .version-links {
24
  float: left;
25
}