diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-27 19:40:14 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-27 19:40:14 +0100 |
commit | b7270cad2b57a5aa6ff0a4d20ae26a9bbc705893 (patch) | |
tree | e011b92df6cb1dacdeeeab3976b568b83bb29705 /view/theme/redbasic | |
parent | df32c93d562f0dfcc28ebf36723ef07dab630b90 (diff) | |
download | volse-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/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
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; |