diff --git a/skolehjem/public/css/admin.css b/skolehjem/public/css/admin.css index 600a28a..4303884 100644 --- a/skolehjem/public/css/admin.css +++ b/skolehjem/public/css/admin.css @@ -31,6 +31,8 @@ form { font-size: 25px; color: grey; margin: 7.5px 0 0 -45px; + align-self: center; + z-index: 98; } .btn { @@ -104,6 +106,23 @@ input.appinput { color: white; } +.form-control { + flex: 1 1 auto; + width: 1%; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} + +.input-group-append { + display: flex; +} + .d-flex { display: flex; } diff --git a/skolehjem/public/css/webapp.css b/skolehjem/public/css/webapp.css index 74ff2cf..0cc6c66 100644 --- a/skolehjem/public/css/webapp.css +++ b/skolehjem/public/css/webapp.css @@ -31,6 +31,8 @@ form { font-size: 25px; color: grey; margin: 7.5px 0 0 -45px; + align-self: center; + z-index: 98; } .btn { @@ -104,6 +106,23 @@ input.appinput { color: white; } +.form-control { + flex: 1 1 auto; + width: 1%; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} + +.input-group-append { + display: flex; +} + .d-flex { display: flex; } diff --git a/skolehjem/resources/sass/app/forms/_forms.scss b/skolehjem/resources/sass/app/forms/_forms.scss index 2eaf11a..c2e3c74 100644 --- a/skolehjem/resources/sass/app/forms/_forms.scss +++ b/skolehjem/resources/sass/app/forms/_forms.scss @@ -11,6 +11,8 @@ form { font-size: 25px; color: grey; margin: 7.5px 0 0 -45px; + align-self: center; + z-index: 98; } .btn { @@ -67,3 +69,23 @@ input.appinput { opacity: 1; color: white; } + +.form-control { + flex: 1 1 auto; + width: 1%; +} + +.input-group { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: stretch; + align-items: stretch; + width: 100%; +} + +.input-group-append { + display: flex; +} diff --git a/skolehjem/resources/views/app/users/editpass.blade.php b/skolehjem/resources/views/app/users/editpass.blade.php index 43b0654..0cb2cfb 100644 --- a/skolehjem/resources/views/app/users/editpass.blade.php +++ b/skolehjem/resources/views/app/users/editpass.blade.php @@ -7,18 +7,30 @@ @section("content")

Konto

-
Auth::user()]) }}" style="display: inline-table;"> + Auth::user()]) }}"> @csrf @method("put") Nuværende Password: - - +
+ +
+ +
+
Nyt Password: - - +
+ +
+ +
+
Bekræft Nyt Password: - - +
+ +
+ +
+
{!! session()->get('error#notsamepass') !!} {!! session()->get('error#oldpass') !!}