mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
9f0e512f5f
Settings Sub-menu updated to include Quality link. Quality config page started.
18 lines
198 B
CSS
18 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;
|
|
}
|