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
/* Heading */ | |
body #gform_wrapper_**form-ID** .gform_heading{ | |
margin : 10px ; | |
padding : 10px; | |
} | |
/* Form Title */ | |
body #gform_wrapper_**form-ID** .gform_title{ | |
margin : 10px ; | |
padding : 10px; |
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
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield input[type=text] { | |
border: 1px solid red; | |
font-size: 12px; | |
color: green; | |
border-style: dashed; | |
margin: 10px; | |
padding: 10px; | |
} |
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
body #gform_wrapper_fORMID .gform_body .gform_fields .gfield input[type=text] |
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
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .gfield_checkbox li { | |
color: blue; | |
width: 150px; | |
padding: 19px; | |
} |
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
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_radio li { | |
font-size: 19px; | |
color: red; | |
width: 100px; | |
padding: 12px; | |
} |
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
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label { | |
color: green; | |
font-size: 16px; | |
padding: 10px; | |
} |
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
body #gform_wrapper_1 .gform_heading .gform_description { | |
color: red; | |
font-size: 14px; | |
text-align: center; | |
margin: 10px; | |
padding: 10px; | |
} | |
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
body #gform_wrapper_1 .gform_heading .gform_title { | |
color: red; | |
font-size: 14px; | |
text-align: center; | |
margin: 10px; | |
padding: 10px; | |
} |
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
.gform_wrapper .gsection .gfield_label, | |
.gform_wrapper h2.gsection_title, | |
.gform_wrapper h3.gform_title { | |
font-weight: 700; | |
font-size: 1.25em | |
} | |
.gform_wrapper .gfield_error .gfield_label { | |
color: #790000 | |
} | |
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, |
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
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .ginput_complex .ginput_full label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .ginput_complex .ginput_right label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .ginput_complex .ginput_left label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .name_first label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .name_last label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .address_line_FORMID label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .address_line_2 label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .address_city label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .address_state label, | |
body #gform_wrapper_FORMID .gform_body .gform_fields .gfield .address_zip label, |
OlderNewer