little visual changes of playlist

This commit is contained in:
Thomas Buchöster
2011-05-12 13:17:03 +02:00
parent f667f7287b
commit 9af39d6d2c
2 changed files with 8 additions and 4 deletions
+1 -2
View File
@@ -16,8 +16,7 @@
%li
= image_tag "ico/play.png", :class=>"play", :videoid=>id.videos.first.unique_id
= image_tag "ico/add.png", :class=>"add"
%span
= track.name
%span= track.name
= link_to trimString(track.artist.name, 50), artist_path(CGI.escape(track.artist.name))
.right
%h2.headline.small
+7 -2
View File
@@ -787,7 +787,7 @@ div[wheel] > div { display: none; opacity: 0.0; position: relative; }
height: 26px; line-height: 26px;
border-bottom: 1px dotted #dce2e6;
font-size: 11px;
padding: 0 3px;
padding: 0 4px;
overflow: hidden;
}
@@ -799,11 +799,16 @@ div[wheel] > div { display: none; opacity: 0.0; position: relative; }
font-family: AauxNextBold, "Segoe UI", Arial, sans-serif!important;
}
#playlist li span { margin-left: 18px; }
#playlist .delete-handle
{
position: absolute;
top: 0px;
left: 0px;
padding: 5px 0 4px;
width: 18px;
height: 18px;
margin: 1px 0 6px -4px;
vertical-align: middle;
cursor: pointer;
}