Soundcloud import now works, but not on private songs

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-22 13:04:16 +02:00
parent 36175fbdf9
commit e7bb000d47
5 changed files with 136 additions and 12 deletions

View File

@@ -382,7 +382,7 @@ li.disabled span {
color: white !important;
}
.import-spotify-auth, .import-youtube, .export-spotify-auth, .export-youtube, .exported-playlist, .import-zoff{
.import-spotify-auth, .import-youtube, .export-spotify-auth, .export-youtube, .exported-playlist, .import-zoff, .import-soundcloud{
color:white !important;
height:40px !important;
line-height: 40px !important;
@@ -390,6 +390,18 @@ li.disabled span {
width: 76%;
}
.import-soundcloud, .import-soundcloud:active, .import-soundcloud:visited {
background: #f96200;
}
.import-soundcloud:hover {
background: #f97f30;
}
.soundcloud_logo {
height: 100%;
}
.import-spotify-auth{
padding-left:5px;
}
@@ -408,10 +420,6 @@ li.disabled span {
padding:10px;
}
.spotify_authenticated{
display: none;
}
#chat-container{
overflow: hidden;
}
@@ -727,6 +735,10 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
text-align: right;
}
.spotify_authenticated, .soundcloud_authenticated{
display: none;
}
.field-settings{
margin-left: 25px !important;
color: rgb(68,68,68);
@@ -739,6 +751,15 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
align-items: center;
}
.soundcloud_authenticated {
height: auto !important;
}
.soundcloud-disclaimer {
line-height: 20px;
padding-right: 40px;
}
.not-imported-container{
display: block;
height: 100% !important;
@@ -765,7 +786,7 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
background-color: #ff9800 !important;
}
#import, #import_spotify, #import_zoff{
#import, #import_spotify, #import_zoff, #import_soundcloud{
width: 65%;
padding-left: 35px;
color: rgb(68,68,68);
@@ -774,7 +795,7 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
height: 64px;
}
#import_zoff {
#import_zoff, #listImportSoundCloud {
width: 100%;
}