diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-10-03 17:40:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 17:40:06 +0200 |
commit | 80cc48be39c9ea2d1a1d013d6ee4941c3ac39333 (patch) | |
tree | ca10612d484cd86bb8466cc891f9a676511a1c47 /core/css/guest.css | |
parent | 893d2daeced67bddb2a277f8d126b3b27d78fcb0 (diff) | |
parent | 335a46125084159f76b83cc62307712e296caac1 (diff) | |
download | nextcloud-server-80cc48be39c9ea2d1a1d013d6ee4941c3ac39333.tar.gz nextcloud-server-80cc48be39c9ea2d1a1d013d6ee4941c3ac39333.zip |
Merge pull request #11591 from nextcloud/fix/2fa-login-screen-design
Fix design of 2FA login screens
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 47ceb7b93e0..9a2acde2ec5 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -103,7 +103,7 @@ body { /* Default FORM */ form { position: relative; - width: 280px; + width: 100%; margin: auto; padding: 0; } @@ -433,7 +433,7 @@ form .warning input[type='checkbox']+label { margin: 0 auto; } .two-factor-submit { - width: 280px; + width: 100%; padding: 10px; margin: 0 0 5px 0; border-radius: 3px; |