BUGFIX Fixed extra option fields being shown initially in IE, when they should be hidden

This commit is contained in:
Sean Harvey 2009-06-08 01:54:25 +00:00
parent c62b555b9e
commit 0b10a29345

View File

@ -195,7 +195,7 @@
}
/* HIDE */
#Fields_fields li.EditableFormField .hidden {
#Fields_fields li.EditableFormField div.hidden {
display: none;
}