Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / bulk_export / bulk_export.css @ 6e3ce7c2

1
.export-container {
2
  width: 48%;
3
  float: left;
4
  padding: 5px 1% 0;
5
}
6
.export-container table {
7
  width: 100%;
8
}
9
.export-container table input,
10
.export-container table th,
11
.export-container table td {
12
  padding: 0 0 .2em .5em;
13
  margin: 0;
14
  vertical-align: middle;
15
}
16
.export-container .select-all {
17
  width: 1.5em;
18
}