form#loginform input#user_login,
form#loginform input#user_pass {
width: 260px;
}
width: 260px !important
Statistics: Posted by toddz88 — April 22nd, 2011, 8:17 pm
/* input fields should not be 100% wide */
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="text"],
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="password"],
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div textarea
{
width: 300px;
padding: 3px;
font-size: 1em;
}
form div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select {
width: 300px;
}
Statistics: Posted by toddz88 — April 22nd, 2011, 7:13 pm
Statistics: Posted by Magicmarker — April 22nd, 2011, 6:55 pm