summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2017-01-25 08:53:22 +0100
committerGitHub <noreply@github.com>2017-01-25 08:53:22 +0100
commit77fcee7979b35fc4a97470919c5a7dceaad75b1a (patch)
tree7a897ccac074fdccb6e5c3a4b09fa00c3df7910d /settings/css
parent933fd9c94d78eb965cd458c6f2ceecb1dd659f7c (diff)
parentbefc49d93752e81468d220998ca74fd97e34b0da (diff)
downloadnextcloud-server-77fcee7979b35fc4a97470919c5a7dceaad75b1a.tar.gz
nextcloud-server-77fcee7979b35fc4a97470919c5a7dceaad75b1a.zip
Merge pull request #3239 from nextcloud/added-inline-button
fix #3235
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index aa5e8cd75b5..37132317e10 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -127,7 +127,7 @@ input#openid, input#webdav { width:20em; }
}
#personal-settings-container > div > form span[class^="icon-checkmark"] {
position: absolute;
- left: 239px;
+ left: 228px;
top: 82px;
pointer-events: none;
}