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

Added playlist persistence

This commit is contained in:
J.Fernando Sánchez
2012-10-11 22:49:31 +02:00
parent 898af95ceb
commit 517acf4bce
4 changed files with 67 additions and 22 deletions

View File

@@ -16,12 +16,12 @@ html,body {
#wrapper {
position:relative;
height: auto !important;
min-height: 85%;
min-height: 80%;
margin: 0 auto 0;
}
#headerPage {
position:relative;
min-height:15%;
min-height:20%;
width: 100%;
}
.controls ul li {
@@ -71,5 +71,7 @@ text-align: center;
position:absolute;
right:0px;
height:10%;
}
.hidden{
display:none;
}