diff --git a/spa/models/Mix.py b/spa/models/Mix.py index 1ceb24b..d86aca1 100644 --- a/spa/models/Mix.py +++ b/spa/models/Mix.py @@ -81,7 +81,7 @@ class Mix(_BaseModel): def get_image_url(self): try: - ret = get_thumbnail(self.mix_image, '120x120', crop='center') + ret = get_thumbnail(self.mix_image, '160x160', crop='center') return "%s/%s" % (settings.MEDIA_URL, ret.name) except ThumbnailError: social_image = self._get_social_image() diff --git a/static/css/com.podnoms.player.css b/static/css/com.podnoms.player.css index 1ab836b..b3302ed 100644 --- a/static/css/com.podnoms.player.css +++ b/static/css/com.podnoms.player.css @@ -131,9 +131,11 @@ div.player-body ul.player-controls a { margin: 0; } -.mix-image-image { - display:block; - margin:auto; +img.mix-listing-image { + background-color: white; + box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); + -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4); + -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); } .audio-listing-item { @@ -158,10 +160,12 @@ div.player-body ul.player-controls a { background: url(../img/play.png) no-repeat; cursor: pointer; } + .play-button-small-loading { background: url(../img/mix-loader.gif) no-repeat; cursor: wait; } + .play-button-small-pause { background: url(../img/pause.png) no-repeat; cursor: pointer; diff --git a/templates/inc/_MixItemInsert.html b/templates/inc/_MixItemInsert.html index 178d712..bbe8f7d 100644 --- a/templates/inc/_MixItemInsert.html +++ b/templates/inc/_MixItemInsert.html @@ -2,7 +2,7 @@
- mix-logo + mix-logo