Improve client side input validation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user