Skip to content

Commit

Permalink
Merge github.com:adammw/sharkzapper
Browse files Browse the repository at this point in the history
  • Loading branch information
adammw committed Feb 16, 2011
2 parents e50d166 + d35d764 commit ea65a4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/sharkzapper_popup.css
@@ -1,6 +1,6 @@
body {
min-width: 300px;
min-height: 160px;
min-height: 120px;
-webkit-user-select: none;
cursor: default;
}
Expand Down Expand Up @@ -209,6 +209,12 @@ body.noAlbumArt #lowerControls {
#player_times {
width: auto;
}
#player_elapsed {
padding-right: 3px;
}
#player_duration {
padding-left: 3px;
}

#queue_position {
position: absolute;
Expand Down

0 comments on commit ea65a4f

Please sign in to comment.