CSS rework et autres améliorations
This commit is contained in:
@@ -25,25 +25,25 @@
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
|
||||
<h4 class="item-name-label-long">Vertus médicinales</h4>
|
||||
<h4 class="item-name-label-long">🌿 Vertus médicinales</h4>
|
||||
<textarea name="system.vertus" rows="6" data-dtype="String">
|
||||
{{{system.vertus}}}
|
||||
</textarea>
|
||||
|
||||
<h4 class="item-name-label-long">Toxicité</h4>
|
||||
<h4 class="item-name-label-long">☠️ Toxicité</h4>
|
||||
<textarea name="system.toxicite" rows="6" data-dtype="String">
|
||||
{{{system.toxicite}}}
|
||||
</textarea>
|
||||
|
||||
<ul>
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Difficulté au test d'Endurance</label>
|
||||
<label class="item-name-label-long">💪 Difficulté au test d'Endurance</label>
|
||||
<select class="" type="text" name="system.difficulteEndurance" data-dtype="String">
|
||||
{{selectOptions config.difficulte selected=system.difficulteEndurance abelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Virulence</label>
|
||||
<label class="item-name-label-long">🔥 Virulence</label>
|
||||
<select name="system.virulence">
|
||||
{{selectOptions config.virulencePoison selected=system.virulence labelAttr="label"}}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user