mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
Improve the group mail features styles
This commit is contained in:
parent
73dd4677da
commit
c402d90256
2 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
input[type='text'], textarea {
|
||||
input:not([type='checkbox']), textarea {
|
||||
width: 70vw;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
<div>
|
||||
<div id="send-to-all" class="property-line" data-bind="visible: sendToAllDisplayStatus()">
|
||||
<input type="checkbox" data-bind="checked: sendToAll, css: sendToAllDefaultValue()">
|
||||
<lable data-i18n="CONTACTS/SEND_TO_ALL_CONTACT_EMAILS"></lable>
|
||||
<span data-i18n="CONTACTS/SEND_TO_ALL_CONTACT_EMAILS"></span>
|
||||
</div>
|
||||
|
||||
<div data-bind="foreach: email">
|
||||
|
|
Loading…
Reference in a new issue