Line 22: | Line 22: | ||
.tag-label{ | .tag-label{ | ||
margin-left: 25px; | margin-left: 25px; | ||
− | |||
} | } | ||
Line 38: | Line 37: | ||
<script id="checkbox-area-template" type="text/x-handlebars-template"> | <script id="checkbox-area-template" type="text/x-handlebars-template"> | ||
{{#each this}} | {{#each this}} | ||
− | <fieldset id='{{@key}}' value='{{@key}}'> | + | <fieldset id='{{@key}}' value='{{@key}}' stlye='cursor: pointer'> |
<legend>{{@key}}</legend> | <legend>{{@key}}</legend> | ||
<ul class='tag-type' style='display:none'> | <ul class='tag-type' style='display:none'> |
Revision as of 23:04, 30 October 2017