css problem with form_element

spatium 27 Dec, 2009
Hi

I changed in the css style1.css like this because I want the font smaler. But I've no result. the size keeps 14px. What do I made wrong? Thanks for help!
Klaus

.form_element {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float: left;
margin-left:30px;
margin-top:8px;
margin-bottom:8px;
width:85%;
}

.form_element label {
width:150px;
display: block;
float: left;
line-height: 16px;
vertical-align: middle;
}
.form_element .check_label {
width:150px;
float:none;
display:inline;
line-height: 16px;
vertical-align: middle;
}
.form_element .radio_label {
width:150px;
float:none;
display:inline;
line-height: 16px;
vertical-align: middle;
}

.form_element select, .form_element input {
width:150px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
GreyHead 27 Dec, 2009
Hi Spatium,

You don't say which browser you are viewing the form in. There's a different CSS file used for IE - you need to make the same changes in that.

Bob
spatium 29 Dec, 2009
Hi Bob
I've made the changes in all css for IE7 and 8. But there is no result! I'm using firefox and IE8. Is it not correct to change it in the file style1.css?

Thanks for answer.
kind regard
spatium
This topic is locked and no more replies can be posted.