diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 345cd51a91..ef10339944 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -48,7 +48,7 @@ } .largeCardMargin .cardBox { - margin: 7px; + margin: 6px; } /*@media all and (max-width: 600px) { @@ -174,6 +174,15 @@ max-width: 100%; } +.lightCardFooter { + background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%) !important; /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))) !important; /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) !important; /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) !important; /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) !important; /* IE10+ */ + background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%) !important; /* W3C */ +} + .fullCardFooter { right: 0; } diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 61c40e1a19..3ccdc416ef 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -940,6 +940,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { color: #fff; background: rgb(51, 136, 204); background: rgba(51, 136, 204, .9); + line-height: 1.2; } .unidentifiedIndicator { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 14c6d22955..47ee74991f 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -130,6 +130,10 @@ h1 a:hover { font-weight: 400; } +.ui-listview > .ui-li-divider { + line-height: 1.5; + line-height: initial; +} /* Make all panels vertically scrollable If this causes any problems then perhaps require a css class to activate diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index c4c649d21c..c3b228dd59 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -282,7 +282,7 @@ items: result.Items, preferThumb: true, shape: 'backdrop', - overlayText: true, + overlayText: screenWidth >= 600 && !AppInfo.hasLowImageBandwidth, showTitle: true, showParentTitle: true, context: 'home', diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 4d37f56c74..b3e08f4253 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1407,7 +1407,7 @@ cssClass += ' ' + LibraryBrowser.getUserDataCssClass(item.UserData.Key); } - if (options.showChildCountIndicator && item.ChildCount) { + if (options.showChildCountIndicator && item.ChildCount && options.showLatestItemsPopup !== false) { cssClass += ' groupedCard'; } @@ -1513,7 +1513,7 @@ footerOverlayed = true; } else if (progressHtml) { - html += '