From: Dan Brown Date: Tue, 7 May 2019 21:07:50 +0000 (+0100) Subject: Standardised login tab order and evened card padding X-Git-Tag: v0.26.1~1^2~5 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/b1cf5ab309f426bba243a914b2337a428668f1ac Standardised login tab order and evened card padding Closes #1418 --- 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)) -
+