diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-04-20 21:55:39 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-04-20 21:55:39 +0200 |
commit | 1c57109977edef920d30364cc5e87d648e145920 (patch) | |
tree | 8e42d6db1a8ad30f317b94ca0905a50e5de08a61 /view/css | |
parent | 8d950b4e0628f448393d4d5166caa5d5fe5a1a9b (diff) | |
download | volse-hubzilla-1c57109977edef920d30364cc5e87d648e145920.tar.gz volse-hubzilla-1c57109977edef920d30364cc5e87d648e145920.tar.bz2 volse-hubzilla-1c57109977edef920d30364cc5e87d648e145920.zip |
Position fix in comments
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index d176df7de..efee0de76 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -267,7 +267,12 @@ clear: both; margin-top: 5px; margin-left: 65px; } - +.comment +.wall-item-like, +.wall-item-dislike { + margin-top: 5px; + margin-left: 50px; +} .wall-item-wrapper-end { clear: both; } |