diff --git a/app/common/model-service.js b/app/common/model-service.js index ab4d18a..848bb1f 100644 --- a/app/common/model-service.js +++ b/app/common/model-service.js @@ -94,7 +94,7 @@ angular.module('jamstash.model', ['jamstash.utils']) var url, title, artist, track, rating, starred, contenttype, suffix, description; var specs = '', coverartthumb = '', coverartfull = ''; if (typeof song.coverArt != 'undefined') { - coverartthumb = globals.BaseURL() + '/getCoverArt.view?' + globals.BaseParams() + '&size=30&id=' + song.coverArt; + coverartthumb = globals.BaseURL() + '/getCoverArt.view?' + globals.BaseParams() + '&size=45&id=' + song.coverArt; coverartfull = globals.BaseURL() + '/getCoverArt.view?' + globals.BaseParams() + '&id=' + song.coverArt; } else { coverartthumb = 'images/albumdefault_60.jpg'; diff --git a/app/player/player.html b/app/player/player.html index 2318e5a..fad07c9 100644 --- a/app/player/player.html +++ b/app/player/player.html @@ -18,11 +18,12 @@
- +
diff --git a/app/styles/Style.css b/app/styles/Style.css index 4045b90..49a4bf1 100644 --- a/app/styles/Style.css +++ b/app/styles/Style.css @@ -1218,7 +1218,7 @@ ul.songlist li:hover .audiojs { width: auto; - height: 45px; + height: 60px; margin: 0 10px 0 0; background: none; font-family: inherit; @@ -1233,7 +1233,7 @@ ul.songlist li:hover .audiojs .scrubber { height: 4px; - margin: 20px 5px 0px 5px; + margin: 25px 5px 0px 5px; float: none; width: auto; position: relative; @@ -1285,8 +1285,9 @@ ul.songlist li:hover } .playeractions { - margin: 12px 9px 7px 20px; - width: 85px; + height: 25px; + margin: 18px 9px 18px 20px; + width: 85px; } #playermiddle { @@ -1296,8 +1297,8 @@ ul.songlist li:hover #preview { display: none; } #coverart { - width: 30px; - height: 30px; + width: 45px; + height: 45px; overflow: hidden; margin: 1px 8px 0 1px; float: left; @@ -1354,6 +1355,11 @@ ul.songlist li:hover line-height: 14px; margin: 0 0 2px 0; } +#songdetails li.artist +{ + font-size: 11px; + line-height: 14px; +} #songdetails li.album { font-size: 11px;