create photo object if feature large photos is enabled and display those slightly different

This commit is contained in:
Mario Vavti
2015-10-20 09:36:15 +02:00
parent 54059b2f15
commit f7601756e9
10 changed files with 98 additions and 31 deletions

View File

@@ -1623,19 +1623,19 @@ img.mail-conv-sender-photo {
/* conversation */
.wall-item-head {
padding: 10px 10px 0px 10px;
padding: 10px 10px 0.5em 10px;
}
.wall-item-content {
padding: 1em 10px;
padding: 0.5em 10px;
}
.wall-photo-item {
padding: 10px 0px;
padding: 0.5em 0px;
}
.wall-item-tools {
padding: 0px 10px 10px 10px;
padding: 0.5em 10px 10px 10px;
}