mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03: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;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='text'], textarea {
|
input:not([type='checkbox']), textarea {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div id="send-to-all" class="property-line" data-bind="visible: sendToAllDisplayStatus()">
|
<div id="send-to-all" class="property-line" data-bind="visible: sendToAllDisplayStatus()">
|
||||||
<input type="checkbox" data-bind="checked: sendToAll, css: sendToAllDefaultValue()">
|
<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>
|
||||||
|
|
||||||
<div data-bind="foreach: email">
|
<div data-bind="foreach: email">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue