diff --git a/flatclient/css/webclient.css b/flatclient/css/webclient.css index aa99c93..f3ea6c5 100755 --- a/flatclient/css/webclient.css +++ b/flatclient/css/webclient.css @@ -316,13 +316,21 @@ .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 { @@ -584,10 +592,24 @@ 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] { + -moz-user-select: text; + -webkit-user-select: text; + -o-user-select: text; + user-select: text; +>>>>>>> develop } \ No newline at end of file diff --git a/flatclient/dialog-success.html b/flatclient/dialog-success.html new file mode 100755 index 0000000..681cef9 --- /dev/null +++ b/flatclient/dialog-success.html @@ -0,0 +1,19 @@ + + +
+ + + + + + + + +' + 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) ? '' : ' / '; @@ -250,6 +267,19 @@ function resultsToTables(results, target, uri) { break; } } +======= + if (results[i].album.artists) { + 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; + } + } + } +>>>>>>> develop html += '
' + timeFromSeconds(newalbum[j].length / 1000) + '
Please provide your username, password to enable playing music from Spotify.
+ +