Skip to content

Instantly share code, notes, and snippets.

@eclarrrk
Last active July 21, 2017 17:23
Show Gist options
  • Save eclarrrk/22735754192900c46ef6e0518350d552 to your computer and use it in GitHub Desktop.
Save eclarrrk/22735754192900c46ef6e0518350d552 to your computer and use it in GitHub Desktop.
Novara iframe form styles
iframe {
// remove "width: 600px" from element's inline style
}
form * {
box-sizing: border-box;
}
form table {
width: 100%;
}
.formContainer {
// remove "width: 520px" from element's inline style
}
form input[type="email"],
form input[type="text"] {
width: 100%;
}
.TextAreaField {
width: 100%;
}
<div style="background-color: #f7f7f3; padding-top:10px; padding-left:30px">
change to:
<div style="background-color: #f7f7f3; padding:10px 20px">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment