webamp
Version:
Ampache web interface
55 lines (48 loc) • 645 B
CSS
html, body {
height: 100%;
}
.container {
margin-bottom: 100px;
height: 100%;
}
#footer {
position: fixed;
bottom: 0;
background-color: #000;
z-index: 10;
width: 100%;
height: 60px;
color: #eee;
}
#footer #nowplaying {
}
#footer #nowplaying img.album-art {
position: relative;
border: 1px solid white;
float: left;
margin-top: 2px;
margin-left: 2px;
margin-right: 5px;
}
#footer #nowplaying ul {
list-style: none;
}
#main {
height: 100%;
}
#data {
height: 100%;
}
.music-list {
height: 100%;
}
.music-list ul {
overflow-y: scroll;
overflow-x: hidden;
height: 90%;
}
audio {
}
.noborder {
border: none ;
}