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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-23 13:34:30 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-23 15:41:40 +0300
commit731c90a033af16ed3491ea5b3130565ea9ab94f9 (patch)
tree96f55651481b6db9073c6ea10a9f2d07892feab9 /settings/css
parenta9b4f0d8429dbeb612e80b168b6146890bb7843e (diff)
link back to top on Personal page, fix #14519
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0716cd24938..5229f5057a0 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -14,6 +14,10 @@ input#openid, input#webdav { width:20em; }
}
/* Sync clients */
+.clientsbox {
+ padding-top: 30px;
+ margin-top: -30px;
+}
.clientsbox h2 {
font-size: 20px;
margin: 35px 0 10px;