Improve client side input validation

This commit is contained in:
sqozz
2017-12-30 22:28:26 +01:00
parent b34348f035
commit e351a61964
3 changed files with 64 additions and 60 deletions

View File

@ -85,29 +85,19 @@ body {
vertical-align: inherit;
}
.createTable {
width: 100%;
table-layout: fixed;
border-collapse: separate;
border-spacing: 10px;
}
.createTable .labelColumn {
width: 200px;
}
.labelColumn {
vertical-align: center;
}
.labelColumn strong:after {
content: ":";
.torrent-form .form-group {
margin-left: 0px;
margin-right: 0px;
}
.form-group .control-label:after {
content: ":";
}
.form-group .control-label.required:after {
content: "*:";
}
.detectedFiles {
max-height: 100px;
overflow: auto;