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:
parent
708ca5d32f
commit
5057ffec65
12 changed files with 86 additions and 39 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3 KiB |
|
@ -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 {
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
}
|
||||
|
||||
.nowPlayingBarImage {
|
||||
border: 1px solid #444!important;
|
||||
padding: 1px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
@ -77,7 +75,7 @@
|
|||
z-index: 99998;
|
||||
height: auto;
|
||||
width: 270px;
|
||||
bottom: 46px;
|
||||
bottom: 45px;
|
||||
left: -290px;
|
||||
border: 1px solid #666;
|
||||
background: #000;
|
||||
|
@ -198,7 +196,7 @@ input[type="range"]::-ms-fill-upper {
|
|||
border: 1px solid #999;
|
||||
position: absolute;
|
||||
z-index: 99999;
|
||||
bottom: 80px;
|
||||
bottom: 78px;
|
||||
margin-left: -50px;
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
|
@ -258,11 +256,14 @@ input[type="range"]::-ms-fill-upper {
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding-left: 5px;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.mediaFlyoutOptionSecondaryText {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-weight: normal;
|
||||
margin-top: 3px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
@ -651,7 +651,7 @@ h1 .imageLink {
|
|||
|
||||
/* Dashboard home */
|
||||
.tblConnections td {
|
||||
padding: 1em 0 1em 1.5em;
|
||||
padding: 1em 0 1em 1.25em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -663,9 +663,12 @@ h1 .imageLink {
|
|||
height: 48px;
|
||||
}
|
||||
|
||||
.nowPlayingText {
|
||||
padding-left: .5em!important;
|
||||
}
|
||||
|
||||
.clientNowPlayingImage {
|
||||
border: 1px solid #aaa;
|
||||
padding: 1px;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue