Skip to content

Commit

Permalink
Merge pull request #318 from midgetspy/recently_added_posters
Browse files Browse the repository at this point in the history
Fix a bug introduced with the recently added TV episode thumbnail sizes
  • Loading branch information
gugahoi committed Sep 6, 2013
2 parents 1143227 + 5205478 commit a605498
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions static/less/module-recently_added.less
Expand Up @@ -52,6 +52,36 @@
margin-bottom: 6px;
}

.thumbnail {
position: absolute;
right: 5px;
top: 5px;
width: 100px;
height: 56px;
overflow: hidden;

.box-shadow(#222, 0, 0, 2px);

img {
width: 100px;
}
}

.poster {
position: absolute;
right: 5px;
top: 5px;
width: 37px;
height: 56px;
overflow: hidden;

.box-shadow(#222, 0, 0, 2px);

img {
width: 37px;
}
}

div.image {
position: absolute;
right: 5px;
Expand Down

0 comments on commit a605498

Please sign in to comment.