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

@@ -77,6 +77,10 @@ code {
/* conv_item */
.wall-photo-item img {
width: 100%;
}
.wall-item-info {
display: block;
float: left;
@@ -144,22 +148,8 @@ a.wall-item-name-link {
word-wrap: break-word;
}
.body-tag, .filesavetags, .categorytags {
opacity: 0.5;
filter:alpha(opacity=50);
}
.body-tag:hover, .filesavetags:hover, .categorytags:hover {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
.body-tag {
margin-top: 10px;
}
.categorytags {
margin-top: 10px;
.body-tags {
margin-top: 5px;
}
.item-tool {