BUGFIX: more options don't get hidden by default

This commit is contained in:
Saophalkun Ponlu 2009-08-12 02:48:37 +00:00
parent af74b843cf
commit 8ccb893881
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
/* HIDE */
#Fields_fields li.EditableFormField .hidden {
display: none;
display: none !important;
}
/* Holder to prevent form from collapsing */