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

update components

This commit is contained in:
Luke Pulverenti 2016-07-29 15:51:58 -04:00
parent 1978b2c480
commit 6503c7c6f8
3 changed files with 488 additions and 45 deletions

View file

@ -103,6 +103,21 @@ button.cardContent {
transform: scale(1.34, 1.34);
}
.bottomPaddedCard .cardBox:not(.visualCardBox) {
margin-bottom: 1em;
}
.hiddenScrollX .bottomPaddedCard .cardBox, .smoothScrollX .bottomPaddedCard .cardBox {
margin-bottom: 0;
}
.btnCardOptions {
text-align: right;
float: right;
padding: 5px 0 2px;
margin: 0 !important;
}
/*.card[focused]:not(.noScale) .cardBox, .card:focus:not(.noScale) .cardBox {
animation:SHW .2s;
animation-fill-mode: both;
@ -123,7 +138,7 @@ button.cardContent {
.cardImageContainer {
background-size: contain;
background-repeat: no-repeat;
background-position: center bottom;
background-position: center center;
display: -ms-flex;
display: -webkit-flex;
display: flex;
@ -164,7 +179,7 @@ button.cardContent {
opacity: .6;
}
.card:not(.round) .cardFooter {
.card:not(.round) .cardFooter:not(.transparent) {
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
@ -204,6 +219,10 @@ button.cardContent {
color: #fff;
}
.cardTextCentered {
text-align: center;
}
.cardCenteredText {
white-space: normal;
}
@ -244,6 +263,7 @@ button.cardContent {
bottom: 0;
right: 0;
margin: 0 .25em .25em 0;
z-index: 1;
}
.cardOverlayButton:hover {
@ -255,6 +275,26 @@ button.cardContent {
font-size: 90%;
}
.defaultCardColor1 {
background-color: #009688;
}
.defaultCardColor2 {
background-color: #D32F2F;
}
.defaultCardColor3 {
background-color: #0288D1;
}
.defaultCardColor4 {
background-color: #388E3C;
}
.defaultCardColor5 {
background-color: #F57F17;
}
.scalableCard.personCard {
width: 14.285714285714285714285714285714%;
}