[UI] Mobile audio player inside a footer: first draft

This commit is contained in:
emeric
2015-04-06 17:47:47 +02:00
parent 45fcb38b62
commit 49b37d34e0
6 changed files with 75 additions and 13 deletions
+9
View File
@@ -58,6 +58,7 @@ div.contents {
.mobile-search-title {
font-weight: bold;
height: 32px;
line-height: 32px;
background-color: grey;
color: white;
text-align: center;
@@ -96,3 +97,11 @@ div.contents {
align-items: center;
}
.mobile-audio-footer {
background-color: #f5f5f5;
bottom: 0;
height: 60px;
position: absolute;
width: 100%;
}