Projet

Général

Profil

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

root / drupal7 / sites / all / modules / views_bulk_operations / css / views_bulk_operations.css @ 7547bb19

1
.vbo-select-all-markup,
2
.vbo-table-select-all-markup {
3
  display: none;
4
}
5

    
6
/* "Select all" for table styles. */
7
.vbo-views-form thead .form-type-checkbox {
8
  margin: 0;
9
}
10
.vbo-table-select-all {
11
  display: none;
12
}
13
.views-table-row-select-all {
14
  display: none;
15
}
16
.views-table-row-select-all td {
17
  text-align: center;
18
}
19
.vbo-views-form .vbo-table-select-all-pages,
20
.vbo-views-form .vbo-table-select-this-page {
21
  margin: 0;
22
  padding: 2px 5px;
23
}
24

    
25
/* Generic "select all" */
26
.vbo-fieldset-select-all {
27
  text-align: center;
28
  width: 210px;
29
  padding: 0.6em 0;
30
}
31
.vbo-fieldset-select-all .form-item {
32
  margin-bottom: 0;
33
}
34
.vbo-fieldset-select-all div {
35
  padding: 0;
36
  margin: 0;
37
}