Skip to content

Commit

Permalink
library area and new delete buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn committed Jan 13, 2009
1 parent 3c22b02 commit 2d5f28e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
Binary file modified public/images/bgs/footer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/icons/remove.png
Binary file not shown.
7 changes: 5 additions & 2 deletions views/_library.haml
Expand Up @@ -18,8 +18,11 @@
= link_to '+ add', :do => :add, :index => track.library_index

- else
- itunes.artists.each do |artist|
= link_to artist, :artist => artist
#artist_list
%h3 Artists
%ol
- itunes.artists.each do |artist|
%li= link_to artist, :artist => artist
/ %ul.artist_list
/ %li
/ %ul.clearfix
Expand Down
24 changes: 17 additions & 7 deletions views/stylesheet.sass
Expand Up @@ -178,14 +178,13 @@ a
&:last-child
a
:text-indent -999em
:width 16px
:height 16px
:background url(/images/icons/remove.png) 0 0 no-repeat
:width 12px
:height 12px
:background url(/images/buttons/remove.png) 0 0 no-repeat
:position relative
:left 22px
:opacity 0.5
:left 23.5px
&:hover
:opacity 1.0
:opacity 0.8
a
:font-size 11px
:display block
Expand All @@ -200,4 +199,15 @@ a
#library
:width 797px
:background white url(/images/bgs/library.png) left bottom repeat-x
:padding-bottom 8px
:padding-bottom 8px

#artist_list
/:background red
:overflow-y scroll
:overflow-x hidden
:max-height 200px
li:hover
:background #3d80df
a
:color white

0 comments on commit 2d5f28e

Please sign in to comment.