mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
units editor - more width for inputs
This commit is contained in:
parent
97e3c81f5c
commit
1415c19154
2 changed files with 5 additions and 8 deletions
|
|
@ -1800,16 +1800,13 @@ div.editorLine {
|
||||||
width: 7em;
|
width: 7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#unitsBody > div > select,
|
||||||
#unitsBody > div > input[type="text"] {
|
#unitsBody > div > input[type="text"] {
|
||||||
width: 11.2em;
|
width: 12em;
|
||||||
}
|
|
||||||
|
|
||||||
#unitsBody > div > select {
|
|
||||||
width: 11.32em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#unitsBody > div > input[type="number"] {
|
#unitsBody > div > input[type="number"] {
|
||||||
width: 3.4em;
|
width: 4.35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unitsBody > div > input,
|
#unitsBody > div > input,
|
||||||
|
|
|
||||||
|
|
@ -3164,8 +3164,8 @@
|
||||||
|
|
||||||
<div data-tip="Set how many people are in one population point">
|
<div data-tip="Set how many people are in one population point">
|
||||||
<div>1 population point =</div>
|
<div>1 population point =</div>
|
||||||
<input id="populationRateOutput" data-stored="populationRate" type="range" min=10 max=9990 step=10 value=1000 style="width:6em">
|
<input id="populationRateOutput" data-stored="populationRate" type="range" min=10 max=9990 step=10 value=1000 />
|
||||||
<input id="populationRateInput" data-stored="populationRate" type="number" min=10 max=9990 step=10 value=1000 style="width:4.5em">
|
<input id="populationRateInput" data-stored="populationRate" type="number" min=10 max=9990 step=10 value=1000 />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-tip="Set urbanization rate: burgs population relative to all population">
|
<div data-tip="Set urbanization rate: burgs population relative to all population">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue