Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category.

This commit is contained in:
Taloth Saldono
2015-02-18 00:43:33 +01:00
parent a8e805fd5d
commit 6803e46782
20 changed files with 207 additions and 54 deletions
+14
View File
@@ -102,6 +102,20 @@ h3 {
}
}
.has-warning {
.help-inline {
color: orange;
margin-left: 0px;
}
}
.validation-warning {
i {
text-decoration: none;
color: orange;
}
}
// Tooltips
.help-inline-checkbox, .help-inline {