From 75fd6c5e706e9b0123bc49e428c8b0d5620d4733 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 14 May 2017 22:21:55 -0500 Subject: [PATCH] Fix layout of totp login page Signed-off-by: Morris Jobke --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 9cb7351aa..de27c511d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +.warning { + margin-top: 15px; +} + .totp-form { margin: 16px auto 1px !important; }