mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
webapp: optimize look of login page
improve spacing and align login buton to the right, where all our buttons are.
This commit is contained in:
committed by
Thomas Basler
parent
f85297d52f
commit
08f4d623c7
@@ -20,7 +20,7 @@
|
||||
{{ $t('login.UsernameRequired') }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="form-group mt-3">
|
||||
<label htmlFor="password">{{ $t('login.Password') }}</label>
|
||||
<input
|
||||
type="password"
|
||||
@@ -33,7 +33,7 @@
|
||||
{{ $t('login.PasswordRequired') }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="d-flex justify-content-end mt-3">
|
||||
<button class="btn btn-primary" :disabled="dataLoading">
|
||||
{{ $t('login.LoginButton') }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user