DIvers rework de CSS/LESS et améliorations de messages/layout

This commit is contained in:
2026-05-03 20:20:30 +02:00
parent 4f8735f86f
commit 267f992874
113 changed files with 11565 additions and 843 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
</div>
</header>
<section class="sheet-card summary-card">
<div class="field-row"><label>État</label><input name="system.state" type="text" value="{{system.state}}" {{#if isPlayMode}}disabled{{/if}} /></div>
<div class="field-row"><label>État</label><select name="system.state" {{#if isPlayMode}}disabled{{/if}}>{{#each choiceSets.armorStateOptions as |option|}}<option value="{{option.value}}" {{#if (eq option.value @root.system.state)}}selected{{/if}}>{{option.label}}</option>{{/each}}</select></div>
<div class="field-row"><label>Protection</label><input name="system.protection" type="number" value="{{system.protection}}" {{#if isPlayMode}}disabled{{/if}} /></div>
<div class="field-row"><label>Malus physique</label><input name="system.physicalPenalty" type="number" value="{{system.physicalPenalty}}" {{#if isPlayMode}}disabled{{/if}} /></div>
<div class="field-row"><label>Malus initiative</label><input name="system.initiativePenalty" type="number" value="{{system.initiativePenalty}}" {{#if isPlayMode}}disabled{{/if}} /></div>
@@ -17,8 +17,8 @@
</section>
<section class="sheet-card notes-card">
<h2>{{localize "LESOUBLIES.labels.description"}}</h2>
{{editor system.description target="system.description" button=true editable=isEditMode}}
{{formInput systemFields.description enriched=enriched.description value=system.description name="system.description" toggled=true}}
<h2>{{localize "LESOUBLIES.labels.notes"}}</h2>
{{editor system.notes target="system.notes" button=true editable=isEditMode}}
{{formInput systemFields.notes enriched=enriched.notes value=system.notes name="system.notes" toggled=true}}
</section>
</section>