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:
parent
728d5928c3
commit
402b12522f
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue