diff options
author | friendica <info@friendica.com> | 2014-04-16 18:07:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 18:07:33 -0700 |
commit | 433d964dd52c9db722f9232310d115afe39f52c5 (patch) | |
tree | cda34930d82daf05027b19ef3871623b1f64dd50 /view | |
parent | 1b0bf90d13a9db0976fa3bcddf50e56e57d0185a (diff) | |
download | volse-hubzilla-433d964dd52c9db722f9232310d115afe39f52c5.tar.gz volse-hubzilla-433d964dd52c9db722f9232310d115afe39f52c5.tar.bz2 volse-hubzilla-433d964dd52c9db722f9232310d115afe39f52c5.zip |
this makes conversations look a lot better
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 9 |
1 files changed, 8 insertions, 1 deletions
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 { |