Kevin,
I'm trying to change the fields so that they look consistent.
The fields (Name, Name of Business, Phone, Fax, Email, Address (street &, address2) should have the same CSS:
border:1px solid #803300;
font-size: 15px;
width: 150px;
background-color: #333;
color: #FFF;
padding-top: 7px;
padding-right: 3px;
padding-bottom: 7px;
padding-left: 3px;
City should be the same as above except a width of 100px
State should be the same as above except a width of 150px
Zip should be the same as above except a width of 75px
City, State, Zip should be inline.
Finally, I'd like for the Address fields (Street, Address2, City, State, Zip) to have less height (or less top/bottom margins/padding) than the other fields since they are part of a group.
I hope I've explained myself better than my first attempt.
Thanks! :-)
Posted 13 years ago on Wednesday June 1, 2011 |
Permalink