1
0
mirror of https://github.com/balkian/go5ears.git synced 2025-09-02 09:02:20 +00:00

Working playlist and persistence.

This commit is contained in:
J.Fernando Sánchez
2012-10-08 06:16:44 +02:00
parent 27388ebc09
commit 4ab5485cae
3 changed files with 183 additions and 110 deletions

View File

@@ -17,5 +17,23 @@ html,body {
#headerPage {
position:relative;
min-height:10%;
width: 100%;
}
#controls {
width: 50%;
display: inline;
margin-left:auto;
margin-right: auto;
}
.list-name{
font-size:small;
}
#audio {
width:100%;
}
.deletesong{
float:right;
right:2em;
}