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

#715 - Support creating/editing collections (boxsets) in web client

This commit is contained in:
Luke Pulverenti 2014-03-07 10:53:23 -05:00
parent c353bf7d5e
commit edc7f33329
27 changed files with 486 additions and 58 deletions

View file

@ -333,6 +333,11 @@
overflow-y: auto;
}
.collectionItemSearchResults {
max-height: 65%;
overflow-y: auto;
}
@media all and (min-height: 500px) {
@ -346,6 +351,10 @@
.popupIdentifyForm, .identificationSearchResults {
height: 450px;
}
.collectionItemSearchResults {
max-height: 70%;
}
}
@media all and (min-height: 700px) {
@ -353,6 +362,10 @@
.popupIdentifyForm, .identificationSearchResults {
height: 550px;
}
.collectionItemSearchResults {
max-height: 75%;
}
}
@media all and (min-height: 800px) {
@ -364,6 +377,10 @@
.popupIdentifyForm, .identificationSearchResults {
height: 600px;
}
.collectionItemSearchResults {
max-height: 80%;
}
}
@media all and (min-height: 900px) {

View file

@ -1,5 +1,5 @@
.posterItem {
margin: 8px;
margin: 5px;
text-shadow: none;
font-weight: normal!important;
display: inline-block;
@ -35,10 +35,6 @@
padding: 11px 12px 10px;
}
.smallBackdropPosterItem, .smallPosterItem {
margin: 5px;
}
.posterItemImage {
background-size: contain;
background-repeat: no-repeat;