mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
added not found placeholder in add series
added path validation to add series
This commit is contained in:
parent
cdb195a44f
commit
ac18d6c704
9 changed files with 108 additions and 39 deletions
|
@ -46,6 +46,10 @@
|
|||
margin-bottom : 30px;
|
||||
}
|
||||
|
||||
.page-container {
|
||||
min-height : 500px;
|
||||
}
|
||||
|
||||
#scroll-up {
|
||||
.clickable;
|
||||
|
||||
|
@ -151,13 +155,23 @@ footer {
|
|||
}
|
||||
|
||||
.status-primary {
|
||||
color: @linkColor;
|
||||
color : @linkColor;
|
||||
}
|
||||
|
||||
.status-success {
|
||||
color: @successText;
|
||||
color : @successText;
|
||||
}
|
||||
|
||||
.status-danger {
|
||||
color: @errorText;
|
||||
}
|
||||
color : @errorText;
|
||||
}
|
||||
|
||||
.form-inline {
|
||||
div {
|
||||
display : inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
.formFieldState(@errorText, @errorText, @errorBackground);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue