diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 16a788bb34..74a22f4730 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -221,6 +221,14 @@ .detailPagePrimaryInfo { padding: 0 10px; } + + .libraryTabs .ui-btn-text { + font-size: 16px; + } + + .libraryTabs .ui-btn-inner { + padding: 1em 20px!important; + } } @media all and (min-width: 850px) { diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index c47e23bc01..8983a1f493 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -64,31 +64,31 @@ $.getJSON(url).done(function (result) { - var html = '
'; + var html = '
'; html += ''; if (result.MovieCount) { - html += ''; + html += ''; html += ''; } if (result.SeriesCount) { - html += ''; + html += ''; html += ''; } if (result.EpisodeGuestStarCount) { - html += ''; + html += ''; html += ''; } if (result.GameCount) { - html += ''; + html += ''; html += ''; }