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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 6eef96c2dc1..2e464c3f110 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -12,6 +12,11 @@ input#openid, input#webdav { width:20em; }
display: block;
}
+.personalblock input[type="checkbox"] {
+ position: relative;
+ top: 2px;
+}
+
/* Sync clients */
.clientsbox { margin:12px; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }