Add new modal for authorizing FROM address

[MAILPOET-2804]
This commit is contained in:
Jan Jakeš
2020-03-24 17:06:14 +01:00
committed by Veljko V
parent 3cdd224e14
commit ae6044b6b8
5 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#set-from-address-modal {
p:first-child {
margin-top: 0;
}
#mailpoet_set_from_address_modal_address {
display: block;
width: 230px;
}
#mailpoet_set_from_address_modal_save {
display: block;
margin-top: 30px;
}
}