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

updated nuget

This commit is contained in:
Luke Pulverenti 2015-07-06 03:06:09 -04:00
parent 75dba0b17f
commit 9e6d8b6c98
21 changed files with 257 additions and 96 deletions

View file

@ -52,13 +52,43 @@
}
.mediumCardMargin .cardBox {
margin: 4px;
margin: 6px;
}
.defaultBackground .cardImage {
background-color: #333;
}
.cardOverlayPlayButton {
position: absolute;
bottom: 0;
right: 0;
color: #333;
}
.cardOverlayPlayButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(215,215,215,.9);
border-radius: 500px;
padding: 6px;
}
.cardOverlayMoreButton {
position: absolute;
bottom: 0;
right: 0;
color: #333;
}
.cardOverlayMoreButton iron-icon {
width: 20px;
height: 20px;
background-color: rgba(215,215,215,.9);
border-radius: 500px;
padding: 6px;
}
@media all and (max-width: 800px) {
.cardBox {
@ -73,7 +103,7 @@
}
.bottomPaddedCard .cardBox {
margin-bottom: 12px;
margin-bottom: 24px;
}
.visualCardBox {
@ -231,7 +261,12 @@
padding: 0 6px 4px 5px;
}
.cardBox:not(.visualCardBox) .outerCardFooter .cardText:last-child {
.outerCardFooter .cardText + .cardText {
opacity: .8;
}
.outerCardFooter .cardText:first-child {
padding-top: 7px;
}
@media all and (max-width: 600px) {
@ -361,6 +396,10 @@
.bannerCard {
width: 50%;
}
.squareCard {
width: 25%;
}
}
@media all and (min-width: 770px) {
@ -371,10 +410,6 @@
@media all and (min-width: 800px) {
.squareCard {
width: 25%;
}
.portraitCard {
width: 20%;
}
@ -385,11 +420,15 @@
}
@media all and (min-width: 1000px) {
@media all and (min-width: 900px) {
.squareCard {
width: 20%;
}
}
@media all and (min-width: 1000px) {
.smallBackdropCard {
width: 20%;

View file

@ -130,7 +130,7 @@
}
}
@media all and (min-width: 600px) {
@media all and (min-width: 1200px) {
.paddedItemsContainer {
padding: 0 .8em;

View file

@ -2,10 +2,14 @@
padding-top: 50px !important;
}
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
padding-top: 98px !important;
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 96px !important;
}
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 98px !important;
}
.sidebarDivider {
height: 1px;
background: #ddd;