From b1cf5ab309f426bba243a914b2337a428668f1ac Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 7 May 2019 22:07:50 +0100 Subject: [PATCH] Standardised login tab order and evened card padding Closes #1418 --- resources/assets/sass/_blocks.scss | 2 +- resources/views/auth/forms/login/ldap.blade.php | 2 +- resources/views/auth/login.blade.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/sass/_blocks.scss b/resources/assets/sass/_blocks.scss index e30eb87e0..c43ff7f78 100644 --- a/resources/assets/sass/_blocks.scss +++ b/resources/assets/sass/_blocks.scss @@ -192,7 +192,7 @@ } @include smaller-than($xxl) { .content-wrap.card { - padding: $-l $-xl; + padding: $-m $-xl; } } @include smaller-than($m) { diff --git a/resources/views/auth/forms/login/ldap.blade.php b/resources/views/auth/forms/login/ldap.blade.php index ecdda6520..f7903e18c 100644 --- a/resources/views/auth/forms/login/ldap.blade.php +++ b/resources/views/auth/forms/login/ldap.blade.php @@ -15,5 +15,5 @@
- @include('form.password', ['name' => 'password', 'tabindex' => 2]) + @include('form.password', ['name' => 'password', 'tabindex' => 1])
\ No newline at end of file diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 35c117800..51b47f5c7 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -27,7 +27,7 @@
- +
@@ -46,7 +46,7 @@ @endif @if(setting('registration-enabled', false)) -
+