Projet

Général

Profil

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

root / htmltest / sites / all / modules / views_bulk_operations / css / views_bulk_operations.css @ c12e7e6a

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

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

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