diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 0f9d6d8bf6..bc690377be 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -7,7 +7,7 @@ padding-top: 48px !important; } - .libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage):not(.nowPlayingPage) { + .libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage):not(.nowPlayingPage):not(.trailerPage) { padding-top: 91px !important; } @@ -61,6 +61,14 @@ vertical-align: top; } +.selectedMediaFolder { + color: #fff!important; +} +.viewMenuBar .selectedMediaFolder:before { + content: '\25BA'; + color: #fff; +} + .viewMenuSecondary { float: right; } @@ -107,8 +115,8 @@ } .listHeader { - margin-top: .75em; - margin-bottom: 0; + margin-top: .5em; + margin-bottom: .25em; padding-left: 7px; } @@ -126,17 +134,16 @@ .libraryViewNavInner { text-align: center; - font-family: sans-serif, Arial; font-size: 14px; white-space: nowrap; padding: 0 0 0; overflow-x: auto; height: 55px; - text-transform: uppercase; } .libraryViewNav .ui-btn-active .libraryViewNavLinkContent { border-bottom-color: #38c; + color: #fff; } .libraryViewNav a { @@ -153,24 +160,11 @@ color: #bbb!important; } - .libraryViewNav a:after { - content: "|"; - color: #444; - font-size: 20px; - font-weight: normal !important; - position: absolute; - top: 7px; - } - - .libraryViewNav a:last-child::after { - content: ""; - } - .libraryViewNavLinkContent { - border-bottom: 6px solid transparent; + border-bottom: 5px solid transparent; display: inline-block; - padding: 0 1em 6px; - margin: 0 -2px 0 -1px; + padding: 0 .9em 7px; + color: #ddd; } .ehsContent { @@ -590,7 +584,7 @@ a.itemTag:hover { } .lblDetailTab { - font-size: 15px!important; + font-size: 14px!important; font-weight: 400!important; font-family: 'Open Sans'; padding: .5em 1em; diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 5367c2ba2e..19b172dae7 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -1,5 +1,5 @@ .posterItem { - margin: 4px 5px; + margin: 5px 5px; text-shadow: none; font-weight: normal!important; display: inline-block; @@ -170,9 +170,9 @@ } .posterItemProgress .itemProgressBar { - height: 10px; + height: 8px; width: 100%; - opacity: .7; + opacity: .8; } .miniPosterItemProgress { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 987c3a530c..e0dff5b79b 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -45,9 +45,8 @@ body { } h1 { - font-weight: 400; - font-size: 1.8em; - text-transform: uppercase; + font-weight: 300; + font-size: 2em; } .ui-loader h1 { diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index 135f58c40b..eab6a54e7f 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -6,12 +6,12 @@
+ |