From 433d964dd52c9db722f9232310d115afe39f52c5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 16 Apr 2014 18:07:33 -0700 Subject: this makes conversations look a lot better --- view/css/conversation.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/view/css/conversation.css b/view/css/conversation.css index fc3131642..7e439137e 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -58,12 +58,14 @@ .thread-wrapper.toplevel_item { width: 90%; + margin-bottom: 10px; } /* conv_item */ .hide-comments-outer { - margin-left: 10px; + margin-left: 60px; + padding: 15px 10px 15px 10px; } .wall-item-content-wrapper { @@ -213,6 +215,11 @@ .wall-item-tools { clear: both; padding: 5px 10px; + margin-left: 60px; +} + +.comment .wall-item-tools { + margin-left: 0; } .item-tool { -- cgit v1.2.3