mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -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:
@@ -119,7 +119,7 @@ hr
|
||||
|
||||
#page
|
||||
{
|
||||
margin: 0 auto 60px;
|
||||
margin: 0 auto 10px;
|
||||
overflow: hidden;
|
||||
background-color: White;
|
||||
padding: 10px 20px 20px 20px;
|
||||
@@ -153,9 +153,22 @@ hr
|
||||
font-family: Consolas, Monospace;
|
||||
}
|
||||
|
||||
/*fix telerik grid missing boarder*/
|
||||
/*fix telerik grid missing border*/
|
||||
.t-grid .t-last
|
||||
{
|
||||
border-bottom: 1px solid #EEEEEE;
|
||||
border-color: #EEEEEE;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
.timer
|
||||
{
|
||||
text-align: center;
|
||||
color: #065EFE;
|
||||
}
|
||||
|
||||
#footer
|
||||
{
|
||||
padding: 1px, 1px, 1px, 1px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user