diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-09-29 11:28:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-09-29 11:28:27 +0200 |
commit | 3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4 (patch) | |
tree | eb2446504140fbc9efc3f6eba0c584ad90b79e09 /view/css | |
parent | c530b4fb977e4d3ecf797c79a00887bc54f9abf5 (diff) | |
download | volse-hubzilla-3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4.tar.gz volse-hubzilla-3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4.tar.bz2 volse-hubzilla-3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4.zip |
highlight the displayed mid and css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 2688bde58..7ecd41627 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -97,6 +97,18 @@ /* conv_item */ +.wall-item-head { + padding: 10px 10px 0.5em 10px; +} + +.wall-item-content { + padding: 0.5em 10px; +} + +.wall-item-tools { + padding: 0.5em 10px 10px 10px; +} + .wall-item-info { display: block; float: left; @@ -195,6 +207,20 @@ a.wall-item-name-link { margin-bottom: 20px; } +.ivoted { + color: #337AB7; +} + +.item-highlight { + border-left: 3px solid #337AB7; +} + +.item-highlight .wall-item-head, +.item-highlight .wall-item-content, +.item-highlight .wall-item-tools { + padding-left: 7px; +} + /* comment_item */ .comment-edit-text-empty, @@ -340,7 +366,3 @@ img.smiley.emoji:hover { #filer_save { margin-left: 15px; } - -.ivoted { - color: #337AB7; -} |