diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-23 11:34:30 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-23 13:41:40 +0100 |
commit | 731c90a033af16ed3491ea5b3130565ea9ab94f9 (patch) | |
tree | 96f55651481b6db9073c6ea10a9f2d07892feab9 /settings/css | |
parent | a9b4f0d8429dbeb612e80b168b6146890bb7843e (diff) | |
download | nextcloud-server-731c90a033af16ed3491ea5b3130565ea9ab94f9.tar.gz nextcloud-server-731c90a033af16ed3491ea5b3130565ea9ab94f9.zip |
link back to top on Personal page, fix #14519
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
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; |