mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Bugfix: layout wrong
This commit is contained in:
parent
7211d232a6
commit
fee6ed2e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group" data-bind="css: {'error': emailError}">
|
<div class="control-group" data-bind="css: {'error': emailError}">
|
||||||
<label data-i18n="GLOBAL/EMAIL"></label>
|
<label data-i18n="GLOBAL/EMAIL"></label>
|
||||||
<label style="margin-top: 5px;" data-bind="visible: !isNew()"><strong data-bind="text: email"></strong></label>
|
<strong style="margin-top: 5px;" data-bind="visible: !isNew(), text: email"></strong>
|
||||||
<input type="email" class="input-xlarge"
|
<input type="email" class="input-xlarge"
|
||||||
autofocus="" autocorrect="off" autocapitalize="off" spellcheck="false"
|
autofocus="" autocorrect="off" autocapitalize="off" spellcheck="false"
|
||||||
data-bind="visible: isNew, textInput: email, onEnter: addAccountCommand" />
|
data-bind="visible: isNew, textInput: email, onEnter: addAccountCommand" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue