Fix checkboxes in setup tool to use a directive

Fixes #1481
This commit is contained in:
Joseph Schorr 2016-05-20 12:23:32 -05:00
parent 9d3542997e
commit f2b3c89ec9
4 changed files with 59 additions and 69 deletions

View file

@ -431,6 +431,11 @@ a:focus {
border-top: 1px solid #eee;
}
.config-bool-field-element input {
margin-right: 6px;
font-size: 24px;
}
.config-setup-tool-element .help-text {
margin-top: 6px;
color: #aaa;