diff --git a/webclient/css/ws.css b/webclient/css/ws.css index f956782..319cccd 100755 --- a/webclient/css/ws.css +++ b/webclient/css/ws.css @@ -285,9 +285,11 @@ background-color: #f0f0f0; border: 1px solid #999; border-bottom: 0; + padding: 0; } .table { + padding: 0; list-style-type:none; } @@ -310,8 +312,8 @@ border-bottom: 1px solid #999; } -.table li h1 { - font-size: 100% !important; +.albumdivider h1, .table li h1 { + font-size: 120% !important; } .albumdivider { @@ -319,7 +321,8 @@ } .smalldivider { - heigth: 10px !important; + font-size: 25% !important; + heigth: 5px !important; background-color: #ddd !important; } @@ -361,10 +364,10 @@ } .currenttrack2 a { - margin-left: 8px; + margin-left: 15px; } .currenttrack a { - margin-left: 14px; + margin-left: 20px; } /******************* diff --git a/webclient/js/functionsvars.js b/webclient/js/functionsvars.js index 2da2eca..18ed6b8 100755 --- a/webclient/js/functionsvars.js +++ b/webclient/js/functionsvars.js @@ -165,9 +165,9 @@ function resultsToTables(results, target, uri) { if (results[i].album.uri != nexturi) { tableid = 'art' + i; //render differently if only one track in the album - if (newalbum.length == 1) { + if ( newalbum.length == 1 ) { // html += '
'; - html += ''; + if (i != 0) { html += ''; @@ -189,7 +189,7 @@ function resultsToTables(results, target, uri) { } else { html += '
' + results[i].album.name + '