Skip to content

Commit 8e58243

Browse files
committed
Add some basic padding to all form inputs
1 parent 73dc436 commit 8e58243

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mailchimp_widget.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,15 @@ function mailchimp_sf_signup_form( $args = array() ) {
8686
-moz-box-sizing: border-box;
8787
-webkit-box-sizing: border-box;
8888
box-sizing: border-box;
89+
padding: 10px 8px;
8990
width: 100%;
9091
}
9192
.mc_input.mc_phone {
9293
width: auto;
9394
}
9495
select.mc_select {
9596
margin-top: 0.5em;
97+
padding: 10px 8px;
9698
width: 100%;
9799
}
98100
.mc_address_label {
@@ -101,6 +103,7 @@ function mailchimp_sf_signup_form( $args = array() ) {
101103
display: block;
102104
}
103105
.mc_address_label ~ select {
106+
padding: 10px 8px;
104107
width: 100%;
105108
}
106109
.mc_list li {
@@ -117,6 +120,7 @@ function mailchimp_sf_signup_form( $args = array() ) {
117120
}
118121
#mc_signup_submit {
119122
margin-top: 1.5em;
123+
padding: 10px 8px;
120124
width: 80%;
121125
}
122126
#mc_unsub_link a {

0 commit comments

Comments
 (0)