layout fixes

This commit is contained in:
2020-12-01 09:21:58 +01:00
parent 836875459c
commit 374cc522f3
2 changed files with 5 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
</div>
<div style="grid-column-start: 1; grid-column-end: 3;">
<label>{{localize data.roll.label}}</label>
<select class="item-weapon-cat-select" name="data.roll.value">
<select id="spell-select-roll-type" class="item-weapon-cat-select" name="data.roll.value">
{{#select data.roll.value}}
<option value="roll">{{localize "SPELL.ROLL"}}</option>
<option value="attackroll">{{localize "SPELL.ATTACKROLL"}}</option>
@@ -34,6 +34,8 @@
<option value="ritual">{{localize "SPELL.RITUAL"}}</option>
{{/select}}
</select>
</div>
<div style="grid-column-start: 1; grid-column-end: 3;">
<label>{{localize "ITEM.SKILL"}}</label>
<select class="item-weapon-skill-select" name="data.roll.skill">
{{#select data.roll.skill}}
@@ -54,4 +56,4 @@
</div>
</div>
</div>
</form>
</form>