add a very small image size for catalog

This commit is contained in:
czaks
2014-09-20 06:40:43 +02:00
parent 56e55d157a
commit ac888a769d
3 changed files with 14 additions and 6 deletions

View File

@@ -533,6 +533,16 @@ form.ban-appeal textarea {
margin-left: -20px;
}
.theme-catalog div.grid-size-vsmall img {
max-width: 100%;
}
.theme-catalog div.grid-size-vsmall {
width: 100px;
max-width: 100px;
max-height: 150px;
}
.theme-catalog div.grid-size-small {
width: 200px;
max-width: 200px;