diff --git a/static/less/module-recently_added.less b/static/less/module-recently_added.less index 6e21f231..2ee3fa6d 100644 --- a/static/less/module-recently_added.less +++ b/static/less/module-recently_added.less @@ -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;