From b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 27 May 2013 19:40:14 +0100 Subject: Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments. --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c2caedd08..60f4e3fe2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1128,6 +1128,10 @@ footer { margin-top: 10px; } +.wall-item-body.divmore { + padding-bottom: 15px; +} + .wall-item-tools { clear: both; padding: 5px 10px; -- cgit v1.2.3