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 ++++ view/tpl/conv_item.tpl | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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; diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 91a4bd35d..e4178eb39 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -97,11 +97,13 @@ {{if $item.drop.pagedrop}}{{/if}}
+
{{$item.showlike}}
+
{{$item.showdislike}}
+ +
-
{{$item.showlike}}
-
{{$item.showdislike}}
-- cgit v1.2.3