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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user