diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index a9dd5809b2..ad6a391273 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -147,7 +147,7 @@ border-radius: 4px; padding: 3px 5px; font-size: 13px; - margin: 0 5px 0 0; + margin: 0 5px 5px 0; } diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index ee699c91dc..e639661343 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -836,9 +836,9 @@ if ((item.Type == "Movie" || item.Type == "Trailer") && item.CriticRating != null) { if (item.CriticRating >= 60) { - html += '
'; + html += '
'; } else { - html += '
'; + html += '
'; } html += '
' + item.CriticRating + '%
'; diff --git a/packages.config b/packages.config index 34667ce4cc..d721e1dc7d 100644 --- a/packages.config +++ b/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file