mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
Added Timer, will hold timer information for RSS Sync and eventually backlog searching.
Attempt at styling configuration page, lots of work to go though.
This commit is contained in:
@@ -171,4 +171,58 @@ hr
|
||||
{
|
||||
padding: 1px, 1px, 1px, 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Config Pages */
|
||||
.config-group
|
||||
{
|
||||
width:300px;
|
||||
display: block;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
.config-title
|
||||
{
|
||||
font-weight: bold;
|
||||
padding-right: 15px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.config-value
|
||||
{
|
||||
float: right;
|
||||
|
||||
}
|
||||
|
||||
.config-validation
|
||||
{
|
||||
|
||||
}
|
||||
.sub-field
|
||||
{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
input[type="text"]
|
||||
{
|
||||
border: 1px solid #006;
|
||||
background: #ffc;
|
||||
}
|
||||
|
||||
input[type="text"]:hover
|
||||
{
|
||||
border: 1px solid #f00;
|
||||
background: #ff6;
|
||||
}
|
||||
|
||||
.submitButton
|
||||
{
|
||||
border: 1px solid #006;
|
||||
background: #ccf;
|
||||
}
|
||||
|
||||
.submitButton:hover
|
||||
{
|
||||
border: 1px solid #f00;
|
||||
background: #eef;
|
||||
}
|
Reference in New Issue
Block a user