- Fixed positioning of fieldset elements in IE.
parent
acf2a34694
commit
4a5dc7e43a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue