diff options
author | Raghu Nayyar <hey@raghunayyar.com> | 2016-09-01 12:14:48 +0200 |
---|---|---|
committer | Raghu Nayyar <hey@raghunayyar.com> | 2016-09-17 14:38:26 +0200 |
commit | b30908ba5d2d2425b32bfc3cc4db081f10de1e17 (patch) | |
tree | 37689fac97d690a256b1e5d95b21ccef467d707b /core/css/styles.css | |
parent | 16711a2f99ecb83aa937533bcf49d19d86a4ef03 (diff) | |
download | nextcloud-server-b30908ba5d2d2425b32bfc3cc4db081f10de1e17.tar.gz nextcloud-server-b30908ba5d2d2425b32bfc3cc4db081f10de1e17.zip |
Removes tipsy when password verification is going on
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index efc49e02a17..60b325111f8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -490,8 +490,9 @@ label.infield { } #personal-show + label { height: 14px; - margin-top: 14px; - margin-left: -36px; + margin-top: -25px; + left: 295px; + display: block; } #passwordbutton { margin-left: .5em; |