From ef7b6a0a765201771952fe3edbb970fee5128a1a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 12 Dec 2016 03:53:25 -0500 Subject: [PATCH] update season queries --- .../emby-webcomponents/guide/guide.css | 14 +++++++------- dashboard-ui/components/dockedtabs/dockedtabs.css | 1 + dashboard-ui/css/librarymenu.css | 3 --- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css index 4c64124b9f..fed0f87af7 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css @@ -13,7 +13,7 @@ } .guideHeaderDateSelection { - font-size: 90%; + font-size: 86%; } .guideHeaderTimeslots { @@ -87,7 +87,7 @@ .currentTimeIndicatorArrowContainer { position: absolute; - bottom: -1.3vh; + bottom: -1vh; width: 100%; color: #52B54B; margin-left: .65vh; @@ -101,11 +101,11 @@ } .currentTimeIndicatorArrow { - width: 4vh; - height: 4vh; - font-size: 4vh; + width: 3vh; + height: 3vh; + font-size: 3vh; color: #52B54B; - margin-left: -2vh; + margin-left: -1.5vh; } .channelPrograms, .timeslotHeadersInner { @@ -238,7 +238,7 @@ } .timeslotHeader, .channelTimeslotHeader { - height: 3em; + height: 2.2em; } .programGrid { diff --git a/dashboard-ui/components/dockedtabs/dockedtabs.css b/dashboard-ui/components/dockedtabs/dockedtabs.css index 971f322ecf..d6435c9760 100644 --- a/dashboard-ui/components/dockedtabs/dockedtabs.css +++ b/dashboard-ui/components/dockedtabs/dockedtabs.css @@ -4,6 +4,7 @@ padding: .5em 0; /* Override size from librarymenu */ font-size: inherit; + font-size: 13px; } .dockedtabs-tab-button { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 25e3f29259..c41cd650fa 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -114,9 +114,6 @@ text-align: center; margin: 0 auto; align-items: center; -} - -.emby-tabs { font-size: 13px; }