aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-08 17:48:43 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-08 17:48:43 -0800
commit4e1c308162877d7d6cd79c066f15b4d761e14853 (patch)
treefbd78a011e2652435c0b3167dfa6d48394896d52 /view/theme/redbasic/css
parent5c2692a8ea6de0a5e0ccfa0a2b9508d2d62266c6 (diff)
downloadvolse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.gz
volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.tar.bz2
volse-hubzilla-4e1c308162877d7d6cd79c066f15b4d761e14853.zip
make jotnets modal
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e83610f51..17cc833ed 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1382,6 +1382,15 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
border-radius: $radiuspx;
}
+#jotnets-wrapper {
+ background-color: rgb(238, 238, 238);
+ font-size: 120%;
+ border-radius: 4px;
+ padding: 7px 10px;
+ cursor: pointer;
+ margin-bottom: 10px;
+}
+
.acl-list-item {
width: 48%; /* fallback if browser does not support calc() */
width: calc(50% - 10px);