CSS rework et autres améliorations
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
{{/each}}
|
||||
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Protection</label>
|
||||
<label class="item-name-label-long">🛡️ Protection</label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short"
|
||||
name="system.protection" value="{{system.protection}}" data-dtype="Number" />
|
||||
</li>
|
||||
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Cout en pièces d'Armure Lourde</label>
|
||||
<label class="item-name-label-long">⚖️ Cout en pièces d'Armure Lourde</label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short"
|
||||
name="system.coutArmureLourde" value="{{system.coutArmureLourde}}" data-dtype="Number" />
|
||||
</li>
|
||||
@@ -57,12 +57,12 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Equipé?</label>
|
||||
<label class="item-name-label-long">✅ Equipé?</label>
|
||||
<input type="checkbox" name="system.equipe" {{checked system.equipe}} />
|
||||
</li>
|
||||
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Prix</label>
|
||||
<label class="item-name-label-long">💰 Prix</label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short"
|
||||
name="system.prix" value="{{system.prix}}" data-dtype="Number" />
|
||||
<select name="system.monnaie">
|
||||
|
||||
Reference in New Issue
Block a user