mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04: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
@@ -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