aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvogeley <christian.vogeley@hotmail.de>2014-04-20 22:02:43 +0200
committercvogeley <christian.vogeley@hotmail.de>2014-04-20 22:02:43 +0200
commitcd6926dca6ebdf9d460685e9d35b0e64b85b54ae (patch)
tree8e42d6db1a8ad30f317b94ca0905a50e5de08a61
parent8d950b4e0628f448393d4d5166caa5d5fe5a1a9b (diff)
parent1c57109977edef920d30364cc5e87d648e145920 (diff)
downloadvolse-hubzilla-cd6926dca6ebdf9d460685e9d35b0e64b85b54ae.tar.gz
volse-hubzilla-cd6926dca6ebdf9d460685e9d35b0e64b85b54ae.tar.bz2
volse-hubzilla-cd6926dca6ebdf9d460685e9d35b0e64b85b54ae.zip
Merge pull request #422 from cvogeley/master
Position fix in comments
-rw-r--r--view/css/conversation.css7
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;
}