diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css
index 5fe942210..a0537c468 100644
--- a/dashboard-ui/css/site.css
+++ b/dashboard-ui/css/site.css
@@ -701,15 +701,21 @@ progress {
background-position: right center;
}
+.userItemRating {
+ height: 24px;
+ width: 24px;
+ margin-right: 1em;
+ overflow: hidden;
+ display: inline-block;
+}
.imgUserItemRating {
height: 24px;
- margin-right: 1em;
cursor: pointer;
}
- .imgUserItemRating:hover {
- opacity: .5;
- }
+.imgUserItemRating:hover {
+ opacity: .5;
+}
@media all and (min-width: 650px) {
.itemImageBlock {
diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js
index f882b7308..0e515a485 100644
--- a/dashboard-ui/scripts/Itemdetailpage.js
+++ b/dashboard-ui/scripts/Itemdetailpage.js
@@ -722,22 +722,29 @@
var userData = item.UserData || {};
if (typeof userData.Likes == "undefined") {
- html += '
';
- html += '
';
+ html += '
';
+ html += '
';
+ html += '

