1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add custom collection sort orders to edit page

This commit is contained in:
Luke Pulverenti 2014-01-03 15:32:27 -05:00
parent 708ca5d32f
commit 5057ffec65
12 changed files with 86 additions and 39 deletions

View file

@ -798,26 +798,26 @@ a.itemTag:hover {
.posterRibbon {
display: block;
position: absolute;
top: 0;
right: 0;
top: 5px;
right: 5px;
text-align: center;
padding: 5px 5px;
border-bottom-left-radius: 10px;
padding: 5px 6px;
border-radius: 10px;
color: #fff;
background: rgb(0, 143, 187);
background: rgba(0, 143, 187, .8);
}
.offlinePosterRibbon {
background: rgb(255, 106, 0);
background: rgba(248, 58, 34, .8);
}
.unairedPosterRibbon {
background: rgb(208, 107, 100);
background: rgba(255, 106, 0, .8);
}
.missingPosterRibbon {
background: rgb(248, 58, 34);
background: rgba(248, 58, 34, .8);
}
.unplayedIndicator {