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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user