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
|
.playeractions
|
||||||
{
|
{
|
||||||
height: 25px;
|
height: 25px;
|
||||||
margin: 18px 9px 18px 20px;
|
margin: 18px 0px 18px 9px;
|
||||||
width: 85px;
|
width: 85px;
|
||||||
}
|
}
|
||||||
#playermiddle
|
#playermiddle
|
||||||
|
@ -1306,7 +1306,7 @@ ul.songlist li:hover
|
||||||
}
|
}
|
||||||
#songdetails
|
#songdetails
|
||||||
{
|
{
|
||||||
width: 322px;
|
width: 342px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
float: left;
|
float: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1338,7 +1338,7 @@ ul.songlist li:hover
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 4px 0 2px 0;
|
margin: 4px 0 2px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 205px;
|
width: 225px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue