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 .subactions
{ {
float: left;
height: 30px; height: 30px;
width: 345px; width: 630px;
/* width: 660px; */ margin: 6px 0 0 0;
margin: 6px 125px 0 5px; }
padding: 0; .subactions > a.button {
float: right; padding: 6px 5px;
} }
#globalactions #globalactions
{ {