diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-21 09:58:35 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-21 11:30:03 +0100 |
commit | a1ca54a0ae8fbd7373a0893c227f9910757b3640 (patch) | |
tree | bf45eca18c9c6628557d8d4e65fa178326b91bbc /settings | |
parent | 4a05aa8a02a2bf4403621530958ccc676689986d (diff) | |
download | nextcloud-server-a1ca54a0ae8fbd7373a0893c227f9910757b3640.tar.gz nextcloud-server-a1ca54a0ae8fbd7373a0893c227f9910757b3640.zip |
center checkmark to indicate that the setting was stored
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 84d86d09860..23d6cd98007 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -105,7 +105,7 @@ input#openid, input#webdav { width:20em; } #personal-settings-container > div > form span[class^="icon-checkmark"] { position: absolute; left: 239px; - top: 73px; + top: 82px; pointer-events: none; } .federationScopeMenu { |