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:
18
css/main.css
18
css/main.css
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user