Make more space for song details
This commit is contained in:
parent
3e66e6258c
commit
739bf6c001
1 changed files with 3 additions and 3 deletions
|
@ -1286,7 +1286,7 @@ ul.songlist li:hover
|
|||
.playeractions
|
||||
{
|
||||
height: 25px;
|
||||
margin: 18px 9px 18px 20px;
|
||||
margin: 18px 0px 18px 9px;
|
||||
width: 85px;
|
||||
}
|
||||
#playermiddle
|
||||
|
@ -1306,7 +1306,7 @@ ul.songlist li:hover
|
|||
}
|
||||
#songdetails
|
||||
{
|
||||
width: 322px;
|
||||
width: 342px;
|
||||
margin: 6px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
|
@ -1338,7 +1338,7 @@ ul.songlist li:hover
|
|||
list-style-type: none;
|
||||
margin: 4px 0 2px 0;
|
||||
padding: 0;
|
||||
width: 205px;
|
||||
width: 225px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue