aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-10 07:36:51 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-10 07:36:51 +0100
commitb782c46e518afd0713f92fabb76aea9a7c3e5d77 (patch)
treec28dc5d4f45988a01c56876d1ae41d92a73d6191 /view/theme/redbasic
parenteaa47760bc7bb024b4c41bd41be62fd16f1237ec (diff)
parent7ec687988746e1037d86d25186c2dd5f2addb15b (diff)
downloadvolse-hubzilla-b782c46e518afd0713f92fabb76aea9a7c3e5d77.tar.gz
volse-hubzilla-b782c46e518afd0713f92fabb76aea9a7c3e5d77.tar.bz2
volse-hubzilla-b782c46e518afd0713f92fabb76aea9a7c3e5d77.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e83610f51..d981a38b9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1382,6 +1382,10 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
border-radius: $radiuspx;
}
+#jotnets-wrapper, #jotnets-collapse {
+ margin-bottom: 18px;
+}
+
.acl-list-item {
width: 48%; /* fallback if browser does not support calc() */
width: calc(50% - 10px);
@@ -2311,3 +2315,7 @@ nav .badge.mail-update:hover {
.help-searchlist a {
font-size: 130%;
}
+
+.response-list ul {
+ list-style-type: none;
+}