implemented the right bootstrap form add made some more JS-form-validation

This commit is contained in:
sqozz
2015-02-17 23:03:19 +01:00
parent 13ce1a8c81
commit 8da224ddf9
4 changed files with 2402 additions and 54 deletions

View File

@ -15,6 +15,15 @@
padding-left: 20px;
}
.quality-box {
display: flex;
}
.quality-box label.btn {
width: 100%;
flex-grow: 1;
}
/* Links */
a,
a:focus,
@ -95,6 +104,10 @@ body {
content: ":";
}
.form-group .control-label:after {
content: ":";
}
.row {
margin-bottom: 10px;
}