aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-05-27 19:40:14 +0100
committerThomas Willingham <founder@kakste.com>2013-05-27 19:40:14 +0100
commitb7270cad2b57a5aa6ff0a4d20ae26a9bbc705893 (patch)
treee011b92df6cb1dacdeeeab3976b568b83bb29705 /view/theme
parentdf32c93d562f0dfcc28ebf36723ef07dab630b90 (diff)
downloadvolse-hubzilla-b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893.tar.gz
volse-hubzilla-b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893.tar.bz2
volse-hubzilla-b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893.zip
Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 4 insertions, 0 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;