| @@ -99,13 +99,13 @@ body { | |||||
| font-size: 150%; | font-size: 150%; | ||||
| } | } | ||||
| .options-row input { | |||||
| flex: 1; | |||||
| .options-row .options-field-numeric { | |||||
| flex: 2; | |||||
| width: 50%; | width: 50%; | ||||
| font-size: 150%; | font-size: 150%; | ||||
| } | } | ||||
| .options-row select { | |||||
| .options-row .options-field-unit { | |||||
| flex: 1; | flex: 1; | ||||
| width: 50%; | width: 50%; | ||||
| font-size: 150%; | font-size: 150%; | ||||
| @@ -29,8 +29,8 @@ | |||||
| World height | World height | ||||
| </div> | </div> | ||||
| <div class="options-row"> | <div class="options-row"> | ||||
| <input type="number" id="options-height-value" min="1" value="10"> | |||||
| <select id="options-height-unit"> | |||||
| <input class="options-field-numeric" type="number" id="options-height-value" min="1" value="10"> | |||||
| <select class="options-field-unit" id="options-height-unit"> | |||||
| <option>meters</option> | <option>meters</option> | ||||
| <option>kilometers</option> | <option>kilometers</option> | ||||
| </select> | </select> | ||||