Add dependencies between form fields

This commit is contained in:
Raphael Michel
2017-04-17 21:37:25 +02:00
parent d2d711c1f8
commit dd9c0b3a01
3 changed files with 67 additions and 10 deletions

View File

@@ -26,6 +26,10 @@ td > .form-group > .checkbox {
margin-bottom: 0;
}
.form-group.disabled {
opacity: 0.5;
}
.form-horizontal [data-formset] .form-group {
width: 100%;
}