allow photo-items to appear full width if large photos feature is enabled. in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.

This commit is contained in:
Mario Vavti
2015-10-14 22:14:19 +02:00
parent d616099de6
commit b4e83b6537
12 changed files with 179 additions and 153 deletions

View File

@@ -1529,22 +1529,6 @@ a .drop-icons:hover {
margin-right: 10px;
color: #FF0000;
}
.attachlink {
float: left;
border: 1px solid black;
padding: 5px;
margin-right: 8px;
}
.attach-icons {
font-size: 1.4em;
}
.attach-clip {
margin-right: 3px;
font-size: 1.8em;
}
#menulist {
list-style-type: none;
@@ -1646,13 +1630,17 @@ img.mail-conv-sender-photo {
padding: 1em 10px;
}
.wall-photo-item {
padding: 10px 0px;
}
.wall-item-tools {
padding: 0px 10px 10px 10px;
}
.wall-item-title {
font-size: $font_size;
font-size: $font_size;
}
.wall-item-content-wrapper {