Skip to content

Commit

Permalink
webapp: optimize look of login page
Browse files Browse the repository at this point in the history
improve spacing and align login buton to the right, where all our
buttons are.
  • Loading branch information
schlimmchen committed Oct 28, 2024
1 parent bafbdaa commit 11c333a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>
Expand Down

0 comments on commit 11c333a

Please sign in to comment.