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

a start to the lookup feature

This commit is contained in:
Luke Pulverenti 2014-03-01 17:34:27 -05:00
parent bef8e451e3
commit db9295a65d
4 changed files with 299 additions and 3 deletions

View file

@ -84,6 +84,44 @@
padding-right: 0!important;
}
.searchImage {
background-position: center bottom;
background-repeat: no-repeat;
background-size: contain;
display: block;
}
.searchBackdropImageContainer {
width: 160px;
}
.searchDiscImageContainer {
width: 150px;
}
.searchPosterImageContainer {
width: 140px;
}
.searchBackdropImageContainer .searchImage {
height: 90px;
}
.searchDiscImageContainer .searchImage {
height: 150px;
}
.searchPosterImageContainer .searchImage {
height: 210px;
}
.searchImageContainer .remoteImageDetails {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media all and (min-width: 500px) {
.availableImagesList {
@ -134,11 +172,22 @@
padding: 0 0 1em 0;
}
@media all and (min-width: 600px) {
.popupIdentify {
width: 400px;
}
}
@media all and (min-width: 700px) {
.availableImagesList {
width: 600px;
}
.popupIdentify {
width: 500px;
}
}
@media all and (min-width: 800px) {
@ -163,6 +212,10 @@
float: right;
width: 67.5%;
}
.popupIdentify {
width: 600px;
}
}
@media all and (min-width: 900px) {
@ -170,6 +223,10 @@
.availableImagesList {
width: 800px;
}
.popupIdentify {
width: 700px;
}
}
@media all and (min-width: 1000px) {
@ -177,6 +234,10 @@
.availableImagesList {
width: 900px;
}
.popupIdentify {
width: 800px;
}
}
@media all and (min-width: 1100px) {
@ -184,6 +245,10 @@
.availableImagesList {
width: 1000px;
}
.popupIdentify {
width: 900px;
}
}
@media all and (min-width: 1200px) {
@ -191,6 +256,10 @@
.availableImagesList {
width: 1100px;
}
.popupIdentify {
width: 1000px;
}
}
@media all and (min-width: 1300px) {