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

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

This commit is contained in:
Luke Pulverenti 2014-03-07 13:48:55 -05:00
parent edc7f33329
commit f76d02d315
7 changed files with 38 additions and 32 deletions

View file

@ -329,7 +329,7 @@
}
}
.popupIdentifyForm, .identificationSearchResults {
.popupIdentify form, .identificationSearchResults {
overflow-y: auto;
}
@ -341,14 +341,14 @@
@media all and (min-height: 500px) {
.popupIdentifyForm, .identificationSearchResults {
.popupIdentify form, .identificationSearchResults {
height: 350px;
}
}
@media all and (min-height: 600px) {
.popupIdentifyForm, .identificationSearchResults {
.popupIdentify form, .identificationSearchResults {
height: 450px;
}
@ -359,7 +359,7 @@
@media all and (min-height: 700px) {
.popupIdentifyForm, .identificationSearchResults {
.popupIdentify form, .identificationSearchResults {
height: 550px;
}
@ -374,7 +374,7 @@
height: 600px;
}
.popupIdentifyForm, .identificationSearchResults {
.popupIdentify form, .identificationSearchResults {
height: 600px;
}
@ -389,7 +389,7 @@
height: 700px;
}
.popupIdentifyForm, .identificationSearchResults {
.popupIdentify form, .identificationSearchResults {
height: 700px;
}
}