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

update live tv labels

This commit is contained in:
Luke Pulverenti 2016-10-17 12:41:18 -04:00
parent b869606fdc
commit 138611efb5
5 changed files with 25 additions and 11 deletions

View file

@ -317,8 +317,9 @@
padding: 0 .5em 0;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
/* Need block here or the ellipsis overflow is lost */
display: block;
}
.programIcon {
@ -335,6 +336,16 @@
margin-left: .25em;
}
.programTextIcon {
font-weight: bold;
color: rgb(30,30,30);
font-size: 1.0em;
background: #555;
padding: .18em .32em;
border-radius: .25em;
margin-right: .35em;
}
.guideChannelNumber {
padding-left: 1em;
max-width: 30%;