diff --git a/dashboard-ui/css/images/userdata/heart_off.png b/dashboard-ui/css/images/userdata/heart_off.png index 5c39dd323e..404214b1d0 100644 Binary files a/dashboard-ui/css/images/userdata/heart_off.png and b/dashboard-ui/css/images/userdata/heart_off.png differ diff --git a/dashboard-ui/css/images/userdata/heart_on.png b/dashboard-ui/css/images/userdata/heart_on.png index 8cc2cae873..9f9b0ecdb0 100644 Binary files a/dashboard-ui/css/images/userdata/heart_on.png and b/dashboard-ui/css/images/userdata/heart_on.png differ diff --git a/dashboard-ui/css/images/userdata/thumbs_down_off.png b/dashboard-ui/css/images/userdata/thumbs_down_off.png index 2627f0e2c6..94a6b5b9fe 100644 Binary files a/dashboard-ui/css/images/userdata/thumbs_down_off.png and b/dashboard-ui/css/images/userdata/thumbs_down_off.png differ diff --git a/dashboard-ui/css/images/userdata/thumbs_down_on.png b/dashboard-ui/css/images/userdata/thumbs_down_on.png index 38d6ff3c0c..29fe94a5a0 100644 Binary files a/dashboard-ui/css/images/userdata/thumbs_down_on.png and b/dashboard-ui/css/images/userdata/thumbs_down_on.png differ diff --git a/dashboard-ui/css/images/userdata/thumbs_up_off.png b/dashboard-ui/css/images/userdata/thumbs_up_off.png index 932a8bfb8f..5c8883d935 100644 Binary files a/dashboard-ui/css/images/userdata/thumbs_up_off.png and b/dashboard-ui/css/images/userdata/thumbs_up_off.png differ diff --git a/dashboard-ui/css/images/userdata/thumbs_up_on.png b/dashboard-ui/css/images/userdata/thumbs_up_on.png index 96b244c54a..1d5a267b48 100644 Binary files a/dashboard-ui/css/images/userdata/thumbs_up_on.png and b/dashboard-ui/css/images/userdata/thumbs_up_on.png differ diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 1de5bfd233..f10f2c8ffa 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -750,6 +750,16 @@ progress { background-position: right center; } +.imgUserItemRating { + height: 24px; + margin-right: 1em; + cursor: pointer; +} + +.imgUserItemRating:hover { + opacity: .5; +} + @media all and (min-width: 650px) { .itemImageBlock { display: inline-block; @@ -822,13 +832,20 @@ progress { position: relative; width: 270px; } + #nowPlayingBar #mediaInfo, #nowPlayingBar #mediaInfo div { margin-left: 10px; display: inline-block; } -#nowPlayingBar #mediaInfo {display:none;} + +#nowPlayingBar #mediaInfo { + display: none; +} + @media all and (min-width: 650px) { - #nowPlayingBar #mediaInfo {display:inline-block;} + #nowPlayingBar #mediaInfo { + display: inline-block; + } } .mediaButton img { @@ -855,10 +872,10 @@ progress { width: auto !important; } -.vjs-quality-button div { - width: auto !important; - background: none !important; -} + .vjs-quality-button div { + width: auto !important; + background: none !important; + } .vjs-chapter-button div { background-position: -100px -75px !important; @@ -870,26 +887,27 @@ progress { overflow-y: scroll; } -.vjs-chapter-button.vjs-menu-button ul li { - width: auto; - white-space: nowrap; - font-size: 1.1em; - padding-right: 10px; -} + .vjs-chapter-button.vjs-menu-button ul li { + width: auto; + white-space: nowrap; + font-size: 1.1em; + padding-right: 10px; + } .vjs-default-skin .vjs-menu-button.vjs-stop-button { float: left; background: none; border: 0; } -.vjs-default-skin .vjs-menu-button.vjs-stop-button div { - background: url("images/media/stop.png"); - height: 26px; - width: 26px; - margin: -.7em .5em auto 0; -} + + .vjs-default-skin .vjs-menu-button.vjs-stop-button div { + background: url("images/media/stop.png"); + height: 26px; + width: 26px; + margin: -.7em .5em auto 0; + } #itemFav img { width: 64px; cursor: pointer; -} \ No newline at end of file +} diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 8292bd5a79..d1d9cbf7ee 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -18,12 +18,12 @@
-+ +
+
diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 9a8175118e..1fe81667ff 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -57,7 +57,7 @@ if (!item.MediaStreams || !item.MediaStreams.length) { $('#mediaInfoCollapsible', page).hide(); - }else { + } else { $('#mediaInfoCollapsible', page).show(); } if (!item.Chapters || !item.Chapters.length) { @@ -173,8 +173,8 @@ var overview = item.OverviewHtml || item.Overview; $('#itemOverview', page).html(overview).show(); - $('#itemOverview a').each(function(){ - $(this).attr("target","_blank"); + $('#itemOverview a').each(function () { + $(this).attr("target", "_blank"); }); } else { $('#itemOverview', page).hide(); @@ -242,7 +242,7 @@ html += ' / '; } - html += '' + item.Genres[i] + ''; + html += '' + item.Genres[i] + ''; } elem.html(html).trigger('create'); @@ -268,7 +268,7 @@ html += ' / '; } - html += '' + item.Studios[i] + ''; + html += '' + item.Studios[i] + ''; } elem.html(html).trigger('create'); @@ -484,31 +484,31 @@ html += '