From 7dffb8aa3a0351574d9c224067792e8320c339ad Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 7 May 2013 09:06:01 -0400 Subject: [PATCH] updated servicestack to 3.9.44 --- dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/scripts/librarybrowser.js | 4 ++-- packages.config | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index a9dd5809b..ad6a39127 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 ee699c91d..e63966134 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 34667ce4c..d721e1dc7 100644 --- a/packages.config +++ b/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file