diff options
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 2de6990c5bc..00857c29769 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; |