diff --git a/flatclient/css/webclient.css b/flatclient/css/webclient.css index f3ea6c5..11036ae 100755 --- a/flatclient/css/webclient.css +++ b/flatclient/css/webclient.css @@ -316,21 +316,13 @@ .currenttrack2 { background-image: url('../images/icons/play_alt_12x12.png'); background-repeat: no-repeat; -<<<<<<< HEAD - background-position: 4px center; -======= background-position: 4px 51%; ->>>>>>> develop } .currenttrack { background-image: url('../images/icons/play_alt_16x16.png'); background-repeat: no-repeat; background-color: #eee; -<<<<<<< HEAD - background-position: 6px center; -======= background-position: 4px 50%; ->>>>>>> develop } .currenttrack2 a { @@ -592,18 +584,13 @@ a { } /* disable text selection for mouse swipe */ -<<<<<<< HEAD -======= ->>>>>>> develop body * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -<<<<<<< HEAD -======= } /* but fix for text input (safari certainly needs it)*/ input[type=text] { @@ -611,5 +598,4 @@ input[type=text] { -webkit-user-select: text; -o-user-select: text; user-select: text; ->>>>>>> develop } \ No newline at end of file diff --git a/flatclient/index.html b/flatclient/index.html index 1ddeb3c..46495cc 100755 --- a/flatclient/index.html +++ b/flatclient/index.html @@ -51,11 +51,7 @@
' + timeFromSeconds(pl[i].length / 1000) + '
'; -<<<<<<< HEAD - for (j = 0; j < results[i].album.artists.length; j++) { - html += results[i].album.artists[j].name; - html += (j == results[i].album.artists.length - 1) ? '' : ' / '; - //stop after 3 - if (j > 2) { - child += '...'; - break; - } - } -======= if (results[i].album.artists) { for (j = 0; j < results[i].album.artists.length; j++) { html += results[i].album.artists[j].name; @@ -279,7 +238,6 @@ function resultsToTables(results, target, uri) { } } } ->>>>>>> develop html += '
' + timeFromSeconds(newalbum[j].length / 1000) + '