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

update xmltv downloading

This commit is contained in:
Luke Pulverenti 2016-06-15 12:45:45 -04:00
parent caf2199d45
commit ac3ca6cde8
56 changed files with 214 additions and 35707 deletions

View file

@ -3,6 +3,8 @@
text-align: left;
position: relative;
contain: style;
/*box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);*/
}
/*.itemsContainer .card {
@ -54,7 +56,7 @@
}
.cardBox {
margin: 5px;
margin: 6px;
}
@media all and (max-width: 500px) {
@ -68,18 +70,20 @@
position: absolute;
bottom: 0;
right: 0;
padding: 1em .5em .5em 1em;
padding: 1em .25em .5em 1em;
}
.cardOverlayMoreButton, .cardOverlayPlayButton {
color: #333 !important;
background-color: rgba(210,210,210,.9) !important;
color: #fff !important;
background-color: rgba(0,0,0,.7) !important;
border-radius: 500px;
padding: 5px;
width: 36px;
height: 36px;
}
.cardOverlayMoreButton:hover, .cardOverlayPlayButton:hover {
background-color: rgba(0,0,0,.9) !important;
transition: background-color .5s ease-out;
}
.grayscale {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
@ -270,6 +274,7 @@
background-position: center bottom;
width: 100%;
height: 100%;
border-radius: 2px;
}
.cardImage canvas {

View file

@ -186,6 +186,7 @@
text-transform: uppercase;
white-space: nowrap;
padding: 0 0 0;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.libraryViewNav.bottom {

View file

@ -44,10 +44,6 @@ html {
font-size: 14px;
}
html.smallerDefault {
font-size: 13px;
}
body {
overflow-y: scroll !important;
/* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */