diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-01-14 19:37:54 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-01-14 19:37:54 +0100 |
commit | a673ff3a63b17ba4df194d60fe8a6e6eb2671557 (patch) | |
tree | 1306a35532c2af1fc299bb02ad0a1b4676afe26a /core/css | |
parent | 092a1fb90f57639a15adc5a8e565b53debe26a8a (diff) | |
download | nextcloud-server-a673ff3a63b17ba4df194d60fe8a6e6eb2671557.tar.gz nextcloud-server-a673ff3a63b17ba4df194d60fe8a6e6eb2671557.zip |
Fix max width on 2FA pages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 26c8fbc9ccd..7fbab45b929 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -471,6 +471,10 @@ form .warning input[type='checkbox']+label { color: #fff !important; } +.body-login-container.two-factor { + max-width: 290px; + margin: 15px auto 0; +} .two-factor-provider { display: flex; border-radius: 3px; /* --border-radius */ |