Apply evilmanimani's playlist style improvements

This lets users see and click on the "New playlist" button that was
hidden most of the time.
This commit is contained in:
Hyzual 2017-05-07 23:43:32 +02:00
parent 728d5928c3
commit 402b12522f

View file

@ -1040,12 +1040,13 @@ ul.songlist li:hover
}
.subactions
{
float: left;
height: 30px;
width: 345px;
/* width: 660px; */
margin: 6px 125px 0 5px;
padding: 0;
float: right;
width: 630px;
margin: 6px 0 0 0;
}
.subactions > a.button {
padding: 6px 5px;
}
#globalactions
{