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

update list views

This commit is contained in:
Luke Pulverenti 2016-07-16 17:28:15 -04:00
parent cbf80fb548
commit aaf5037d13
14 changed files with 164 additions and 70 deletions

View file

@ -885,30 +885,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
top: 32px;
}
.playedIndicator {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 5px;
right: 5px;
text-align: center;
vertical-align: middle;
width: 26px;
height: 26px;
border-radius: 50%;
color: #fff;
background: rgb(82, 181, 75);
background: rgba(82, 181, 75, .95);
line-height: 21px;
line-height: initial;
font-weight: 500;
.syncIndicator i {
font-size: 180%;
}
.playedIndicator i, .syncIndicator i {
font-size: 180%;
}
.mediaSourceIndicator {
display: block;
position: absolute;