blob: 9fb61c55c54dbd88d2923abbd0b34eca1c07b780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.right{
float:right;
}
#folderlist li{
list-style-type:none;
margin-bottom:10px;
}
#folderlist button.prettybutton{
font-size:1em;
width:10ex;
}
li button.right.prettybutton{
font-size:1em;
}
#collection{
padding-top:1em;
position:relative;
width:70ex;
float:left;
}
#collection li{
list-style-type:none;
}
#collection li button{
float:right;
}
#collection li.album, #collection li.song{
margin-left:3ex;
}
|