Added gui for importing youtube playlists

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-06 19:20:56 +02:00
parent 4215a3b8d9
commit a48c6160ab
5 changed files with 58 additions and 24 deletions

View File

@@ -68,7 +68,18 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
color: rgb(68,68,68);
}
.import-icon{
position: absolute;
}
#import{
width:65%;
margin-left:10px;
color:rgb(68,68,68);
}
#password{
width:70%;
margin-left:10px;
}