Fix login button size

This commit is contained in:
the-djmaze 2022-11-21 12:50:00 +01:00
parent cb167da854
commit 86c881970e
3 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@
} }
.buttonLogin { .buttonLogin {
margin: 0; width: 100%;
} }
.alert { .alert {

View file

@ -27,7 +27,7 @@
</div> </div>
<div id="plugin-Login-BottomControlGroup"></div> <div id="plugin-Login-BottomControlGroup"></div>
<div class="controls"> <div class="controls">
<button class="btn btn-large btn-block" <button class="btn btn-large buttonLogin"
data-bind="command: submitCommand" data-bind="command: submitCommand"
data-i18n="LOGIN/BUTTON_LOGIN"></button> data-i18n="LOGIN/BUTTON_LOGIN"></button>
</div> </div>

View file

@ -38,7 +38,7 @@
</div> </div>
</div> </div>
<div> <div>
<button class="btn btn-large btn-block buttonLogin" <button class="btn btn-large buttonLogin"
data-bind="command: submitCommand" data-bind="command: submitCommand"
data-i18n="LOGIN/BUTTON_SIGN_IN"></button> data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
</div> </div>