mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
More config pages have been added. AJAX to save. Order with jquery sortable.
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
This commit is contained in:
17
NzbDrone.Web/Content/jquery-ui.custom.css
vendored
Normal file
17
NzbDrone.Web/Content/jquery-ui.custom.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Customisation of jQuery-ui classes */
|
||||
|
||||
.ui-state-error
|
||||
{
|
||||
padding: 3px;
|
||||
padding-left : 10px;
|
||||
}
|
||||
|
||||
.ui-state-highlight {
|
||||
padding: 3px;
|
||||
padding-left : 10px;
|
||||
}
|
||||
|
||||
.ui-icon
|
||||
{
|
||||
margin-top: 2px;
|
||||
}
|
Reference in New Issue
Block a user