mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
add more space to states editor
This commit is contained in:
parent
d488b68226
commit
c405d0ee6f
2 changed files with 27 additions and 55 deletions
13
index.css
13
index.css
|
|
@ -1396,7 +1396,7 @@ div.totalLine > div {
|
|||
}
|
||||
|
||||
div.states > input {
|
||||
width: 6em;
|
||||
width: 7em;
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
|
@ -1405,20 +1405,11 @@ div.states div {
|
|||
width: 3.2em;
|
||||
}
|
||||
|
||||
div.states .statePower,
|
||||
div.states .biomeHabitability {
|
||||
width: 4em;
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
div.states .stateBurgs {
|
||||
width: 2.4em;
|
||||
}
|
||||
|
||||
div.states > .stateArea {
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
div.states > .statePopulation {
|
||||
width: 3em;
|
||||
}
|
||||
|
|
@ -1471,7 +1462,7 @@ div.states > .culturePopulation {
|
|||
}
|
||||
|
||||
div.states > select {
|
||||
width: 4.6em;
|
||||
width: 7em;
|
||||
cursor: pointer;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue