Hi
I'm trying to implement a uniform template with JSN Uniform.
Take the style of the form Sign Up
Where I have to remove the style to make it look correct?
Thanks
.jsn-style-light select,
.jsn-style-light textarea,
.jsn-style-light input[type="text"],
.jsn-style-light input[type="password"],
.jsn-style-light input[type="url"],
.jsn-style-light input[type="email"] {
height: 28px;
}
.jsn-style-light input[type="checkbox"],
.jsn-style-light .checkbox,
.jsn-style-light input[type="radio"],
.jsn-style-light .radio {
margin-right: 5px;
}
.jsn-style-light button,
.jsn-style-light .button,
.jsn-style-light .button.inverse:active,
.jsn-style-light .button.inverse:focus,
.jsn-style-light .button.inverse:hover,
.jsn-style-light input.button,
.jsn-style-light span.button,
.jsn-style-light button.button,
.jsn-style-light div.button,
.jsn-style-light input[type="submit"],
.jsn-style-light input[type="button"] {
background-color: #222222;
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
margin: 11px 1%;
width: 31%;
}