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;
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;
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
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
This topic is locked and no more replies can be posted.