Add many songs, search category, stuff

This commit is contained in:
Nicolas A. Tonne
2015-04-27 15:24:15 +02:00
parent 9447c2ff15
commit dba10e2aae
8 changed files with 62 additions and 18 deletions

View File

@@ -350,6 +350,14 @@ hide mdi-action-visibility mdi-action-visibility-off
margin: 15px 20px;
}
.result{height:100px;margin-left:40px;}
.add-many{
float:right;
color:white;
}
.add-many:hover{
color:orange;
}
.add-many i{ line-height: 36px !important;}
#results{
background-color: rgba(0,0,0,0.6);
margin-top: -27px;
@@ -359,6 +367,9 @@ hide mdi-action-visibility mdi-action-visibility-off
.result:hover {
background-color: rgba(0,0,0,0.4);
}
.search-title{
height: 36px;
}
.list-remove{
margin-top: 5px;
@@ -377,7 +388,9 @@ hide mdi-action-visibility mdi-action-visibility-off
cursor: pointer;
width:93%;
}
.result_info{margin-top:-36px;}
.result_info{
opacity:0.8;
}
/** settings **/