Style-fixes for export/import from soundcloud

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-23 14:17:37 +02:00
parent a649f3835a
commit 4b571b65f0
2 changed files with 9 additions and 2 deletions

View File

@@ -406,6 +406,11 @@ li.disabled span {
height: 100%;
}
.export-soundcloud, .import-soundcloud {
display: flex;
justify-content: center;
}
.import-spotify-auth{
padding-left:5px;
}

View File

@@ -196,7 +196,8 @@
<li class="white-bg">
<div class="input-field field-settings soundcloud-import-button import-buttons">
<a class="waves-effect btn import-soundcloud" title="Import SoundCloud playlist">
<img src="https://developers.soundcloud.com/assets/powered_by_large_white-9c2af6a93ad2b1c541f423d9e9045980.png" class="left soundcloud_logo" alt="SoundCloud Logo" />SoundCloud
<img src="https://developers.soundcloud.com/assets/logo_big_white-65c2b096da68dd533db18b9f07d14054.png" class="left soundcloud_logo" alt="SoundCloud Logo" />
<span>SoundCloud</span>
</a>
</div>
<div class="input-field field-settings soundcloud_authenticated hide">
@@ -269,7 +270,8 @@
<li class="white-bg">
<div class="input-field field-settings soundcloud-export-button export-buttons">
<a class="waves-effect btn export-soundcloud" title="Export to SoundCloud">
<img src="https://developers.soundcloud.com/assets/powered_by_large_white-9c2af6a93ad2b1c541f423d9e9045980.png" class="left soundcloud_logo" alt="SoundCloud Logo" />SoundCloud
<img src="https://developers.soundcloud.com/assets/logo_big_white-65c2b096da68dd533db18b9f07d14054.png" class="left soundcloud_logo" alt="SoundCloud Logo" />
<span>SoundCloud</span>
</a>
</div>
</li>