mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
cleaned up refresh series info
This commit is contained in:
parent
7a96cb763a
commit
49949bbe74
15 changed files with 361 additions and 240 deletions
|
@ -1,14 +1,17 @@
|
|||
.settings-group {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.tag:hover {
|
||||
background-color: #008dcd;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel .danger, .panel .danger h6 {
|
||||
background-color: #ea494a;
|
||||
}
|
||||
|
||||
#in-nav {
|
||||
background-color: white;
|
||||
background-repeat: repeat;
|
||||
|
@ -26,15 +29,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#calendar th, #calendar td {
|
||||
border-color: #eeeeee;
|
||||
}
|
||||
|
||||
.panel .success, .panel .success h6 {
|
||||
background-color: #4cb158;
|
||||
}
|
||||
|
||||
.panel .warning, .panel .warning h6 {
|
||||
background-color: #ffa93c;
|
||||
}
|
||||
|
||||
.panel {
|
||||
width: 150px;
|
||||
background-color: #eeeeee;
|
||||
|
@ -83,6 +90,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.peity {
|
||||
margin-bottom: 20px;
|
||||
h4 {
|
||||
|
@ -99,14 +107,17 @@
|
|||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
.star {
|
||||
background-position: -192px -96px;
|
||||
}
|
||||
|
||||
.small-divide {
|
||||
border-top: 1px solid #eeeeee;
|
||||
margin-top: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #252525;
|
||||
background-image: url('../content/images/pattern.png');
|
||||
|
@ -117,9 +128,11 @@ body {
|
|||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
||||
.popover {
|
||||
width: 276px;
|
||||
}
|
||||
|
||||
.tag {
|
||||
display: inline-block;
|
||||
background-color: #eeeeee;
|
||||
|
@ -128,6 +141,7 @@ body {
|
|||
margin-bottom: 5px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#calendar {
|
||||
.primary {
|
||||
border-color: #007ccd;
|
||||
|
@ -173,6 +187,7 @@ body {
|
|||
font-size: 17.5px;
|
||||
}
|
||||
}
|
||||
|
||||
.event {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
@ -227,6 +242,7 @@ body {
|
|||
border-color: #4cb158;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-sidebar {
|
||||
ul {
|
||||
margin: 0;
|
||||
|
@ -241,6 +257,7 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table-panel {
|
||||
table {
|
||||
border-top: 1px solid #eeeeee;
|
||||
|
@ -249,15 +266,19 @@ body {
|
|||
margin: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.progress-small {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.calendar {
|
||||
background-position: -160px -128px;
|
||||
}
|
||||
|
||||
.quill {
|
||||
background-position: -288px 0px;
|
||||
}
|
||||
|
||||
.stream {
|
||||
background-position: 0 -64px;
|
||||
.item {
|
||||
|
@ -315,9 +336,11 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.forms {
|
||||
background-position: -96px -32px;
|
||||
}
|
||||
|
||||
.filters {
|
||||
h5 {
|
||||
margin-top: 20px;
|
||||
|
@ -332,12 +355,15 @@ body {
|
|||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
.panel .primary, .panel .primary h6 {
|
||||
background-color: #007ccd;
|
||||
}
|
||||
|
||||
.panel .info, .panel .info h6 {
|
||||
background-color: #14b8d4;
|
||||
}
|
||||
|
||||
.spark {
|
||||
margin-bottom: 20px;
|
||||
h4 {
|
||||
|
@ -359,10 +385,12 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.widget td.bar-number, .widget td.bar-percent {
|
||||
width: 15%;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
ul.stat-list {
|
||||
margin: 0;
|
||||
li {
|
||||
|
@ -389,6 +417,7 @@ ul.stat-list {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.messages {
|
||||
h4 {
|
||||
text-transform: none;
|
||||
|
@ -411,21 +440,27 @@ ul.stat-list {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.message-sidebar a.message-preview p, .message-sidebar a.message-preview h5 {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.b-alarm {
|
||||
background-position: -384px 0px;
|
||||
}
|
||||
|
||||
.users {
|
||||
background-position: 0 -96px;
|
||||
}
|
||||
|
||||
.home {
|
||||
background-position: -128px -96px;
|
||||
}
|
||||
|
||||
.no-star {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
border-top: 1px solid #eeeeee;
|
||||
ul {
|
||||
|
@ -450,26 +485,32 @@ ul.stat-list {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.login {
|
||||
padding: 20px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.b-wifi {
|
||||
background-position: -256px -64px;
|
||||
}
|
||||
|
||||
.plane {
|
||||
background-position: -256px -96px;
|
||||
}
|
||||
|
||||
.batch {
|
||||
background-image: url(images/white-batch-32.png);
|
||||
display: inline-block;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.b-code {
|
||||
background-position: -64px 0px;
|
||||
}
|
||||
|
||||
.widget {
|
||||
background-color: #eeeeee;
|
||||
color: #555555;
|
||||
|
@ -500,12 +541,15 @@ ul.stat-list {
|
|||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list li p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.b-flag {
|
||||
background-position: -384px -256px;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
|
@ -514,9 +558,11 @@ footer {
|
|||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.qa {
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
padding-bottom: 20px;
|
||||
|
@ -527,40 +573,50 @@ footer {
|
|||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
.panel .purple, .panel .purple h6 {
|
||||
background-color: #7932ea;
|
||||
}
|
||||
|
||||
.knob {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.message-sidebar a.active p, .message-sidebar a.active h5 {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.b-comment {
|
||||
background-position: -192px -256px;
|
||||
}
|
||||
|
||||
#in-sub-nav li a:hover, #in-sub-nav li a.active {
|
||||
background-color: #555555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body h1, body h2, body h3, body h4, body h5, body h6 {
|
||||
text-transform: capitalize;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.b-database {
|
||||
background-position: -256px 0px;
|
||||
}
|
||||
|
||||
.batch-big {
|
||||
background-image: url(images/white-batch-64.png);
|
||||
display: inline-block;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
.divide {
|
||||
border-top: 1px solid #eeeeee;
|
||||
margin-top: 40px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.page {
|
||||
width: 1210px;
|
||||
min-width: 1210px;
|
||||
|
@ -576,6 +632,7 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
border-bottom: 1px solid #eeeeee;
|
||||
}
|
||||
}
|
||||
|
||||
#events {
|
||||
.load-more {
|
||||
text-align: center;
|
||||
|
@ -583,15 +640,18 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
height: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
.half-star {
|
||||
background-position: 0 -32px;
|
||||
}
|
||||
|
||||
.rating-star, .no-star, .half-star {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
background-image: url(../img/stars.png);
|
||||
}
|
||||
|
||||
.stats {
|
||||
text-align: center;
|
||||
.primary {
|
||||
|
@ -637,6 +697,7 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.message-sidebar {
|
||||
border-right: 1px solid #eeeeee;
|
||||
margin: -20px;
|
||||
|
@ -672,9 +733,11 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.settings {
|
||||
background-position: -288px -128px;
|
||||
}
|
||||
|
||||
.tables {
|
||||
background-position: -32px -32px;
|
||||
code {
|
||||
|
@ -682,6 +745,7 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
margin: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#in-sub-nav {
|
||||
ul {
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue