mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 18:28:19 +00:00
da979639ba
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
17 lines
198 B
CSS
17 lines
198 B
CSS
/* 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;
|
|
}
|