first import

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-08 11:40:19 +02:00
commit 1bc61b12ad
8435 changed files with 1582817 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
div[class*="show-value"] {
float: left;
margin-right: 20px;
}

View File

@@ -0,0 +1,35 @@
.vbo-select-all-markup, .vbo-table-select-all-markup {
display: none;
}
/* "Select all" for table styles. */
.vbo-views-form thead .form-type-checkbox {
margin: 0;
}
.vbo-table-select-all {
display: none;
}
.views-table-row-select-all {
display: none;
}
.views-table-row-select-all td {
text-align: center;
}
.vbo-table-select-all-pages, .vbo-table-select-this-page {
margin: 0 !important;
padding: 2px 5px !important;
}
/* Generic "select all" */
.vbo-fieldset-select-all {
text-align: center;
width: 210px;
padding: 0.6em 0;
}
.vbo-fieldset-select-all .form-item {
margin-bottom: 0;
}
.vbo-fieldset-select-all div {
padding: 0 !important;
margin: 0 !important;
}