Text formatting
This commit is contained in:
parent
f13b96dc6b
commit
888e7de16d
|
|
@ -155,15 +155,15 @@
|
|||
</div>
|
||||
<form id="range_ring_form">
|
||||
<div class="rangeOptions">
|
||||
<label><span class="infoBlockTitleText">Ring Count: </span></label>
|
||||
<label><span>Ring Count: </span></label>
|
||||
<input id="range_ring_count" name="ringCount" type="text" class="rangeRingsInput" maxlength="1">
|
||||
</div>
|
||||
<div class="rangeOptions">
|
||||
<label><span class="infoBlockTitleText">Base Distance: </span></label>
|
||||
<label><span >Base Distance: </span></label>
|
||||
<input id="range_ring_base" name="baseRing" type="text" class="rangeRingsInput" maxlength="3">
|
||||
</div>
|
||||
<div class="rangeOptions">
|
||||
<label><span class="infoBlockTitleText">Distance Interval:</span></label>
|
||||
<label><span>Distance Interval:</span></label>
|
||||
<input id="range_ring_interval" name="ringInterval" type="text" class="rangeRingsInput" maxlength="3">
|
||||
</div>
|
||||
<div class="set_range_rings_button">
|
||||
|
|
|
|||
Loading…
Reference in New Issue