experiment: put the photo-item photo on top of the post

This commit is contained in:
Mario Vavti
2015-10-22 12:58:11 +02:00
parent 5395b173aa
commit bcb4ac7aae
2 changed files with 13 additions and 6 deletions

View File

@@ -1635,7 +1635,13 @@ img.mail-conv-sender-photo {
}
.wall-photo-item {
padding: 0.5em 0px;
/*padding: 0.5em 10px;*/
}
.wall-photo-item img {
max-width: 100% !important;
border-top-right-radius: $radiuspx;
border-top-left-radius: $radiuspx;
}
.wall-item-tools {