a start to the lookup feature
This commit is contained in:
parent
bef8e451e3
commit
db9295a65d
4 changed files with 299 additions and 3 deletions
BIN
dashboard-ui/css/images/items/list/remotesearch.png
Normal file
BIN
dashboard-ui/css/images/items/list/remotesearch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue