mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:19:24 +02:00
Trying to pretty-up.
This commit is contained in:
parent
00609c9547
commit
d0deaa631c
1 changed files with 6 additions and 4 deletions
|
@ -565,10 +565,12 @@
|
||||||
<input type="checkbox" id="property-zone-haze-altitude-effect">
|
<input type="checkbox" id="property-zone-haze-altitude-effect">
|
||||||
<label for="property-zone-haze-altitude-effect">Use Altitude</label>
|
<label for="property-zone-haze-altitude-effect">Use Altitude</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="tuple">
|
<fieldset class="zone-group zone-section haze-section property gen fstuple">
|
||||||
<div><label>Base<span class="unit">m</span></label><input type="number" id="property-zone-haze-base" min="-1000" max="1000" step="10"></div>
|
<div class="tuple">
|
||||||
<div><label>Ceiling<span class="unit">m</span></label><input type="number" id="property-zone-haze-ceiling" min="-1000" max="5000" step="10"></div>
|
<div><label>Base<span class="unit">m</span></label><input type="number" id="property-zone-haze-base" min="-1000" max="1000" step="10"></div>
|
||||||
</div>
|
<div><label>Ceiling<span class="unit">m</span></label><input type="number" id="property-zone-haze-ceiling" min="-1000" max="5000" step="10"></div>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="zone-group zone-section haze-section property rgb fstuple">
|
<fieldset class="zone-group zone-section haze-section property rgb fstuple">
|
||||||
<div class="zone-group zone-section haze-section property checkbox">
|
<div class="zone-group zone-section haze-section property checkbox">
|
||||||
|
|
Loading…
Reference in a new issue