Created
March 22, 2017 08:41
-
-
Save maguay/01ac32e220240993c9dd0589e6a841e0 to your computer and use it in GitHub Desktop.
JotForm fill-in-the-blank question design
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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