diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 14:36:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-28 23:41:37 -0300 |
commit | c1a784ee330a4d78e9ac05582d2490b63e1da72e (patch) | |
tree | 42515b1bf5bf451f847a53e8f7ccd1ce2c1f1791 /settings | |
parent | 75c5becfda8669779f30dac2e6725700b5eeec2a (diff) | |
download | nextcloud-server-c1a784ee330a4d78e9ac05582d2490b63e1da72e.tar.gz nextcloud-server-c1a784ee330a4d78e9ac05582d2490b63e1da72e.zip |
Fix verification icon positon and cursor
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 174c1900602..1e5ee1f031d 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -142,16 +142,15 @@ input#openid, input#webdav { width:20em; } /* verify accounts */ #personal-settings-container .verify { position: relative; - padding: 12px 6px; float: right; } -#personal-settings-container .verify, +#personal-settings-container .verify img { + padding: 12px 7px; +} +/* only show pointer cursor when popup will be there */ #personal-settings-container .verify-action { cursor: pointer; } -#emailform .verify { - cursor: initial; -} .verification-dialog { display: none; right: -9px; |