Parse and use dependent groups

- Parse #if, #ifdef, etc. for rules to enable fields
This commit is contained in:
Scott Lahteine
2015-02-28 22:40:20 -08:00
parent 838a22de64
commit f994729999
3 changed files with 214 additions and 68 deletions

View File

@ -91,6 +91,8 @@ label {
margin-right: -450px;
text-align: right;
}
label.blocked { color: #AAA; }
input[type="text"], select { margin: 0.75em 0 0; }
input[type="checkbox"], input[type="radio"], input[type="file"] { margin: 1em 0 0; }
input[type="checkbox"].enabler, input[type="radio"].enabler { margin-left: 1em; }
@ -308,3 +310,5 @@ a.download-all { margin: 9px 2em 0; color: #449; border-color: #449; }
.disclose { display: none; }
}
/*.blocked { display: none; }*/