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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-01-02 18:52:28 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-18 15:19:07 +0300
commit5a8b121a1d88d8854d0ad58ca8443744185bbbc9 (patch)
treefc047077a7b71f1cc2e160fb3f632fcd147a4341 /css
parentad84067aa3411ff83f430f7f0be509798aa22c4e (diff)
Put the info text below the input.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 385e134..6eb06dc 100644
--- a/css/style.css
+++ b/css/style.css
@@ -23,6 +23,10 @@
flex: 1 0 auto;
}
+.monitoring-wrapper + .settings-hint {
+ margin-top: 0;
+}
+
.rambox {
height: 10px;
width: 10px;