diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-29 16:20:47 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-29 16:20:47 -0700 |
commit | 4117ada2fd52e8189fae547887af7711e9f8af54 (patch) | |
tree | 70a0928f97876f23a8931d7b5c88d2e38113106e /view/css | |
parent | 3727bea29acb79f66c15b155133ef3bb98d93d49 (diff) | |
parent | c410ffd10baccfc34b34c49b81849171ac2dcd01 (diff) | |
download | volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.tar.gz volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.tar.bz2 volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
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; -} |