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

update media info icons

This commit is contained in:
Luke Pulverenti 2016-12-09 02:26:39 -05:00
parent 87a6c6232e
commit 633ed72ae8
3 changed files with 63 additions and 28 deletions

View file

@ -12,7 +12,7 @@
}
.background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6,6, .72);
background-color: rgba(6, 6,6, .74);
}
.ui-body-b {
@ -408,14 +408,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-color: #cc3333 !important;
}
.textLinkList a {
margin: 0 .5em;
}
.textLinkList a:first-child {
margin-left: 0;
}
@media all and (max-width: 800px) {
.parentName {
@ -805,3 +797,29 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.btnSyncComplete i {
border-radius: 1000px;
}
.bulletSeparator {
margin: 0 .35em;
}
.mediaInfoIcons {
display: flex;
align-items: center;
margin: 1.25em 0;
}
.mediaInfoText {
background: rgba(31,31,31,.7);
padding: .2em .5em;
border-radius: .25em;
color: #ddd;
margin-right: .5em;
font-size: 94%;
background: rgba(170,170,190, .2);
display: flex;
align-items: center;
}
.mediaInfoText-upper {
text-transform: uppercase;
}