mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-08 14:14:26 +08:00
Fix login button size
This commit is contained in:
parent
cb167da854
commit
86c881970e
3 changed files with 3 additions and 3 deletions
|
@ -112,7 +112,7 @@
|
|||
}
|
||||
|
||||
.buttonLogin {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
<div id="plugin-Login-BottomControlGroup"></div>
|
||||
<div class="controls">
|
||||
<button class="btn btn-large btn-block"
|
||||
<button class="btn btn-large buttonLogin"
|
||||
data-bind="command: submitCommand"
|
||||
data-i18n="LOGIN/BUTTON_LOGIN"></button>
|
||||
</div>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button class="btn btn-large btn-block buttonLogin"
|
||||
<button class="btn btn-large buttonLogin"
|
||||
data-bind="command: submitCommand"
|
||||
data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue