aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-27 12:06:06 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-27 12:06:06 +0200
commitb8a0bc0b0b31670d2c424a40f7511132896a76d2 (patch)
tree35c428caab4a75674b81df715d402af9ef76ba2f /view/theme/redbasic/css
parentcee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472 (diff)
downloadvolse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.tar.gz
volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.tar.bz2
volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.zip
fix some missing spinners
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 0d85162d3..1b7aee30d 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1259,7 +1259,8 @@ img.mail-conv-sender-photo {
.generic-content-wrapper {
border: 1px solid #ccc;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
- border-radius: $radius;
+ border-radius: $radius;
+ margin-bottom: 1.5rem;
}
.section-title-wrapper {