- Fixed positioning of fieldset elements in IE.

4.4.x
Dries Buytaert 2003-12-01 06:28:18 +00:00
parent acf2a34694
commit 4a5dc7e43a
1 changed files with 5 additions and 2 deletions

View File

@ -208,12 +208,15 @@ fieldset {
display: block;
width: 95%;
}
node-form .standard {
clear: both;
}
.node-form textarea {
display: block;
width: 95%;
}
.node-form .standard {
clear: both;
.node-form fieldset {
display: inline;
}
.node-form .admin .form-item .title {
margin-top: 0;