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

User friendly downloads for files and Playlist

The name is still missing in Firefox because it doesn't use the
"download" attribute. However it won't open a new window for playlist or
file downloads.
This commit is contained in:
J.Fernando Sánchez
2013-01-25 11:36:38 +01:00
parent ec5d8ebe7c
commit 208a398d3b
6 changed files with 200 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ html,body {
.sortable { position:relative; list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0px 3px 3px 3px; padding: 0.4em; font-size: 1em; height: 18px; }
.list-name { padding-left:3em; }
.list-controls span {float:left;display:inline;}
.list-controls span, .list-controls a {float:left;display:inline;}
#wrapper {
position:relative;
height: auto !important;
@@ -21,7 +21,7 @@ html,body {
}
#headerPage {
position:relative;
min-height:20%;
height:20%;
width: 100%;
}
.controls ul li {
@@ -41,6 +41,7 @@ text-align: center;
font-size:small;
}
#audio {
height:40px;
width:100%;
}
@@ -76,6 +77,6 @@ text-align: center;
display:none;
}
.list-controls span {
.list-controls span a {
cursor:pointer;
}