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

update season queries

This commit is contained in:
Luke Pulverenti 2016-12-12 03:53:25 -05:00
parent a693eeed4f
commit ef7b6a0a76
3 changed files with 8 additions and 10 deletions

View file

@ -13,7 +13,7 @@
} }
.guideHeaderDateSelection { .guideHeaderDateSelection {
font-size: 90%; font-size: 86%;
} }
.guideHeaderTimeslots { .guideHeaderTimeslots {
@ -87,7 +87,7 @@
.currentTimeIndicatorArrowContainer { .currentTimeIndicatorArrowContainer {
position: absolute; position: absolute;
bottom: -1.3vh; bottom: -1vh;
width: 100%; width: 100%;
color: #52B54B; color: #52B54B;
margin-left: .65vh; margin-left: .65vh;
@ -101,11 +101,11 @@
} }
.currentTimeIndicatorArrow { .currentTimeIndicatorArrow {
width: 4vh; width: 3vh;
height: 4vh; height: 3vh;
font-size: 4vh; font-size: 3vh;
color: #52B54B; color: #52B54B;
margin-left: -2vh; margin-left: -1.5vh;
} }
.channelPrograms, .timeslotHeadersInner { .channelPrograms, .timeslotHeadersInner {
@ -238,7 +238,7 @@
} }
.timeslotHeader, .channelTimeslotHeader { .timeslotHeader, .channelTimeslotHeader {
height: 3em; height: 2.2em;
} }
.programGrid { .programGrid {

View file

@ -4,6 +4,7 @@
padding: .5em 0; padding: .5em 0;
/* Override size from librarymenu */ /* Override size from librarymenu */
font-size: inherit; font-size: inherit;
font-size: 13px;
} }
.dockedtabs-tab-button { .dockedtabs-tab-button {

View file

@ -114,9 +114,6 @@
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
align-items: center; align-items: center;
}
.emby-tabs {
font-size: 13px; font-size: 13px;
} }