mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Series episode count legend added
This commit is contained in:
parent
3f85104d18
commit
35d29df864
8 changed files with 76 additions and 35 deletions
45
UI/Content/legend.less
Normal file
45
UI/Content/legend.less
Normal file
|
@ -0,0 +1,45 @@
|
|||
@import "./Bootstrap/mixins";
|
||||
|
||||
.legend {
|
||||
margin: 5px;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
padding: 0;
|
||||
float: left;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
font-size: 80%;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
line-height: 18px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
float: left;
|
||||
height: 16px;
|
||||
width: 30px;
|
||||
margin-right: 5px;
|
||||
margin-left: 0;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.progress-primary {
|
||||
#gradient > .vertical(#149bdf, #0480be);
|
||||
.transition(width .6s ease);
|
||||
}
|
||||
|
||||
.progress-success {
|
||||
#gradient > .vertical(#62c462, #57a957);
|
||||
}
|
||||
|
||||
.progress-danger {
|
||||
#gradient > .vertical(#ee5f5b, #c43c35);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue