2011-07-26 18:04:57 +04:00
|
|
|
#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.album,#collection li.song{margin-left:3ex;}
|
2011-07-30 01:53:22 +04:00
|
|
|
#playlist{width:100%;border-spacing:0;}
|
|
|
|
#playlist th{background-color:#ccc; text-align:left; font-size:1.2em; padding:0.2em}
|
|
|
|
#playlist tr.selected{background-color:#eee;}
|
|
|
|
#playlist tr.current{background-color:#ccc;}
|
|
|
|
#playlist td.time, #playlist th.time{text-align:right; padding-right:1em;}
|
2011-07-26 18:04:57 +04:00
|
|
|
#collection li button{float:right;}
|
|
|
|
#collection li,#playlist li{list-style-type:none;}
|
2011-07-30 01:53:22 +04:00
|
|
|
.template{display:none}
|
|
|
|
|
|
|
|
#collection{display:none}/*hide the collection initially*/
|
|
|
|
#collection li{padding-right:10px;}
|
2011-07-31 02:50:04 +04:00
|
|
|
img.remove{float:right;}
|
|
|
|
#searchresults input.play, #searchresults input.add{float:right; height:16px; width:16px;}
|