Improved how importing from spotify works

This commit is contained in:
Kasper Rynning-Tønnesen
2016-08-27 15:34:58 +02:00
parent 13bb52cded
commit a0fd178eca
7 changed files with 107 additions and 30 deletions

View File

@@ -14,6 +14,38 @@
display:none;
}
.not-imported{
border-top: 1px solid lightgrey;
margin-top: 15px;
color:black;
}
.not-imported-element{
height:60px;
}
.extra-add-text{
width: 165px;
display: inline-block;
height: 30px;
line-height: 30px;
}
.extra-button{
margin: 0 4px !important;
padding: 0px !important;
display: inline-block;
width: 37px;
height: 40px !important;
line-height: 40px !important;
color: white !important;
}
.search-extra{
height: 40px !important;
line-height: 40px !important;
}
.import-spotify-auth, .import-youtube{
color:white !important;
height:40px !important;
@@ -1149,7 +1181,7 @@ nav ul li:hover, nav ul li.active {
#add-many i{ line-height: 36px !important;}
#results{
background-color: rgba(0,0,0,0.8);
margin-top: -27px;
margin-top: 0px;
max-height: calc(100vh - 64px);
overflow: overlay;
overflow-x: hidden;