Im still having the issue. the site is http://www.peakgymstl.com. I have it locked since its in development.... Something just isnt matching up with the error css. Im losing or gaining some padding I think, and its causes the fields the were to the right of the labels to go under the labels and the labels wrap if they are two words...
This is the design Im working on if you want to see what look Im trying to achieve. - http://www.studioc5.com/clients/pp/after2.html
#gform_wrapper_1 ul.right_label li { margin-bottom:0px; width:100px;}
#gform_wrapper_1 ul.right_label li, #gform_wrapper_1 form ul.right_label li, #gform_wrapper_1 ul.left_label li, #gform_wrapper_1 form ul.left_label li, #gform_wrapper_1 li, #gform_wrapper_1 form li { margin-bottom:1px; height:28px;}
#gform_wrapper_1 input[type="text"], #gform_wrapper_1 input[type="url"], #gform_wrapper_1 input[type="email"], #gform_wrapper_1 input[type="phone"], #gform_wrapper_1 input[type="number"], #gform_wrapper_1 input[type="password"] {
padding: 5px 0px 5px 5px !important;
margin: 0px;
border-radius: 0px;
border: none;
width: 110px;
}
#gform_wrapper_1 form { background: url("images/7-Day-Free-Peak-Pass-Background.png") repeat; border-radius: 0px 0px 10px 10px; width:223px; padding:8px 5px 3px 10px}
#gform_wrapper_1 .gform_footer.right_label, #gform_wrapper_1 .gform_footer.left_label { padding:0px 0px 5px 85px; margin-top:-5px; }
#gform_wrapper_1 .left_label .gfield_label { width:33%; text-align:right; color:#FFFFFF; }
body .gform_wrapper .gform_body .gform_fields #field_1_6.gfield .gfield_label { width:79%; text-align:left; font-size:10px; line-height:15px;}
#gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container { height:10px; line-height:10px;}
#gform_wrapper_1 .validation_message, #gform_wrapper_1 .validation_error {
display: none;
}
.gform_wrapper .gfield_required {
color: white !important;
}
#gform_wrapper_1 li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background: none;
border: none;
margin: 0 !important;
}
.gform_validation_error #gform_1 {
padding-top: 0;
}
li.gfield_error input[type="text"], li.gfield_error input[type="url"], li.gfield_error input[type="email"], li.gfield_error input[type="tel"], li.gfield_error input[type="number"], li.gfield_error input[type="number"], li.gfield_error input[type="password"] {
background-color: #FD7575;
}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label, #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
}
#gform_wrapper_1 .gfield_html.gfield_no_follows_desc{ margin:0px 20px 10px 0px; color:#FFFFFF; float:right; font-size:11px; height:15px; padding:0px; }
.header-top { float:right; height:35px; }
Posted 12 years ago on Tuesday February 21, 2012 |
Permalink