bring back item transparency

This commit is contained in:
Mario Vavti
2015-10-26 14:19:46 +01:00
parent a498fc8e72
commit e70bb371d9
4 changed files with 28 additions and 19 deletions

View File

@@ -87,6 +87,10 @@ code {
font-size: unset;
}
.panel-group {
margin-bottom: 0px;
}
/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */
.field.checkbox input[type="checkbox"] { margin-left: 0px; }
.field.checkbox label { padding-left: 0px; font-weight: 700}