mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 {
|
.buttonLogin {
|
||||||
margin: 0;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue