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-08-08 14:13:52 -04:00
parent f9240e5fb5
commit b1feee2d1c
17 changed files with 39 additions and 54 deletions

View file

@ -172,6 +172,7 @@ button.card {
position: relative;
background-clip: content-box !important;
border-radius: 2px;
color: #fff;
}
.visualCardBox .cardImageContainer {
@ -259,6 +260,7 @@ button.cardImageContainer {
z-index: 1;
overflow: hidden;
max-width: 100%;
color: #fff;
}
.innerCardFooterClear {
@ -274,16 +276,9 @@ button.cardImageContainer {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cardText {
color: inherit;
}
.innerCardFooter .cardText, .cardImageContainer .cardText {
color: #fff;
}
.cardTextCentered {
text-align: center;
}
@ -310,7 +305,7 @@ button.cardImageContainer {
color: #fff;
}
.card .indicators {
.cardIndicators {
right: 2.5%;
top: 2.5%;
position: absolute;
@ -318,12 +313,12 @@ button.cardImageContainer {
align-items: center;
}
.portraitCard .indicators {
.portraitCardIndicators {
right: 3%;
top: 2%;
}
.backdropCard .indicators {
.backdropCardIndicators {
right: 1.5%;
top: 2.8%;
}