Simplify DOM and get rid of IDs in CSS

[MAILPOET-2804]
This commit is contained in:
Jan Jakeš
2020-03-31 14:46:59 +02:00
committed by Veljko V
parent 6636313baf
commit b6ff062bf1
3 changed files with 63 additions and 65 deletions

View File

@@ -1,14 +1,14 @@
#set-from-address-modal {
.set-from-address-modal {
p:first-child {
margin-top: 0;
}
#mailpoet_set_from_address_modal_address {
input[type=text] {
display: block;
width: 230px;
}
#mailpoet_set_from_address_modal_save {
input[type=submit] {
display: block;
margin-top: 30px;
}