Skip to content

Instantly share code, notes, and snippets.

@maguay
Created March 22, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maguay/01ac32e220240993c9dd0589e6a841e0 to your computer and use it in GitHub Desktop.
Save maguay/01ac32e220240993c9dd0589e6a841e0 to your computer and use it in GitHub Desktop.
JotForm fill-in-the-blank question design
.form-textbox {
border-top : none !Important;
border-left : none !Important;
border-right : none !Important;
background : none !Important;
box-shadow : none !Important;
}
.form-dropdown {
font-family : "Open Sans", Sans !Important;
font-size : 16px !Important;
padding : 7px;
}
.form-html {
padding-right : -30px;
}
.form-line.form-line-column.form-col-2 {
padding : 13px;
}
.form-line.form-line-column.form-col-5 {
margin-left : -50px;
}
.form-line.form-line-column.form-col-4 {
margin-left : -50px;
}
.form-line.form-line-column.form-col-3 {
margin-left : -30px;
}
.form-line.form-line-column.form-col-2 {
margin-left : -30px;
}
.supernova .form-all {
border : 0px solid !important;
-webkit-box-shadow : 0 0 0 !important;
-moz-box-shadow : 0 0 0 !important;
box-shadow : 0 0 0 !important;
}
.form-header-group {
border-bottom : none;
}
.form-pagebreak {
border-top : none !important;
}
/* See full guide at https://zapier.com/blog/fill-in-the-blank-form/ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment