I am having a little trouble with the styling of the Form Builder input boxes. I am currently using the Form Builder Module to create a contact form for a website I am working on.
The problem that I have is that the input boxes are not the same size when viewed in different browsers. When viewed in Firefox, the contact form is how I want it to look, but then viewed in Chrome or Safari, the input boxes are too small.
I have gone into the Form Builder CSS and changed:
Code: Select all
.contactform input {
/*border: 1px solid #f60;*/
width: 395px;
}
but doing this changes all the input boxes, including the Captcha input box and the Submit button.
Does anyone know how to just change the size of input boxes I want changed?
img1 = Form viewed in Firefox (this is how i want it to look on all browsers) img2 = Form viewed in Safari/Chrome (notice the boxes are too small) img3 = Form viewed in all browsers when CSS changed (width: 395px;) Thanks in advance
Tom