mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Drop the .clearfix (old "fix" float stuff)
This commit is contained in:
parent
e417a2801b
commit
d64cfb96ad
5 changed files with 11 additions and 27 deletions
|
|
@ -34,15 +34,7 @@
|
|||
data-bind="command: submitCommand"
|
||||
data-i18n="LOGIN/BUTTON_SIGN_IN"></button>
|
||||
</div>
|
||||
<div class="controls clearfix" style="margin-bottom: 10px">
|
||||
<div class="pull-right language-buttons">
|
||||
<a href="#" tabindex="-1" class="language-button fontastic"
|
||||
data-bind="visible: allowLanguagesOnLogin, click: selectLanguage, css: { 'icon-spinner' : langRequest }"
|
||||
data-i18n="[title]POPUPS_LANGUAGES/TITLE_LANGUAGES">
|
||||
🌍
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div style="display: flex">
|
||||
<div class="signMeLabel" data-bind="visible: signMeVisibility, component: {
|
||||
name: 'CheckboxSimple',
|
||||
params: {
|
||||
|
|
@ -50,6 +42,12 @@
|
|||
value: signMe
|
||||
}
|
||||
}"></div>
|
||||
|
||||
<div class="language-buttons">
|
||||
<a href="#" tabindex="-1" class="language-button fontastic"
|
||||
data-bind="visible: allowLanguagesOnLogin, click: selectLanguage, css: { 'icon-spinner' : langRequest }"
|
||||
data-i18n="[title]POPUPS_LANGUAGES/TITLE_LANGUAGES">
|
||||
🌍
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue