Fix timing fields to 40% width so they render as 2 columns

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Frédéric Metrich 2026-07-02 22:12:24 +02:00
parent d5691af611
commit 46cc4531c5

View file

@ -662,26 +662,26 @@
</div>
<div id="divLiftSettings" style="margin-top:-10px;">
<div class="field-group"
style="display:inline-block;width:calc(50% - 10px);margin-right:10px;margin-top:-10px;">
style="display:inline-block;width:40%;margin-right:10px;margin-top:-10px;">
<input id="fldShadeUpTime" name="shadeUpTime" data-bind="upTime" data-datatype="int"
type="number" length=5 placeholder="milliseconds"
style="width:100%;text-align:right;" />
<label for="fldShadeUpTime">Up Time (ms)</label>
</div>
<div class="field-group" style="display:inline-block;width:50%;">
<div class="field-group" style="display:inline-block;width:40%;">
<input id="fldShadeDownTime" name="shadeDownTime" type="number" data-bind="downTime"
data-datatype="int" length=5 placeholder="milliseconds"
style="width:100%;text-align:right;" />
<label for="fldShadeDownTime">Down Time (ms)</label>
</div>
<div class="field-group"
style="display:inline-block;width:calc(50% - 10px);margin-right:10px;margin-top:-10px;">
style="display:inline-block;width:40%;margin-right:10px;margin-top:-10px;">
<input id="fldShadeUpMidTime" name="shadeUpMidTime" data-bind="upMidTime"
data-datatype="int" type="number" length=5 placeholder="optional"
style="width:100%;text-align:right;" />
<label for="fldShadeUpMidTime">50% Up Time (ms)</label>
</div>
<div class="field-group" style="display:inline-block;width:50%;">
<div class="field-group" style="display:inline-block;width:40%;">
<input id="fldShadeDownMidTime" name="shadeDownMidTime" type="number"
data-bind="downMidTime" data-datatype="int" length=5 placeholder="optional"
style="width:100%;text-align:right;" />