mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-07-15 07:12:14 +02:00
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:
parent
d5691af611
commit
46cc4531c5
1 changed files with 4 additions and 4 deletions
|
|
@ -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;" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue