Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-21 17:19:24 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-21 18:28:53 +0300
commitab1bc74fe16e9a204f5c9c2f79ad10d6a0a015b4 (patch)
treef124831835a12be8bcfaa0d38f4685f70c285b49 /css
parent09be86fa7729734065d039c6abd41ce541acd0d6 (diff)
Allow to disable the warning
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/settings-admin.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/settings-admin.scss b/css/settings-admin.scss
index dbc3d9e92..a7f49a61f 100644
--- a/css/settings-admin.scss
+++ b/css/settings-admin.scss
@@ -35,6 +35,11 @@
display: inline-block;
}
+ .signaling-warning label {
+ margin: 0;
+ }
+
+ .signaling-warning,
.signaling-secret {
margin-top: 20px;
}
@@ -53,4 +58,4 @@
font-weight: bold;
}
}
-} \ No newline at end of file
+}