mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: edit routes - main
This commit is contained in:
parent
d6c01c8995
commit
68b4cfd370
9 changed files with 401 additions and 357 deletions
|
|
@ -258,7 +258,6 @@ i.icon-lock {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#routeEditor > *,
|
||||
#labelEditor div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
@ -1610,6 +1609,7 @@ div.states > .riverType {
|
|||
|
||||
#burgBody > div > div,
|
||||
#riverBody > div,
|
||||
#routeBody > div,
|
||||
#lakeBody > div {
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
|
@ -1617,6 +1617,7 @@ div.states > .riverType {
|
|||
#riverBody div.label,
|
||||
#riverBody input,
|
||||
#riverBody select,
|
||||
#routeBody div.label,
|
||||
#lakeBody div.label,
|
||||
#lakeBody input,
|
||||
#lakeBody select {
|
||||
|
|
@ -1624,6 +1625,12 @@ div.states > .riverType {
|
|||
width: 7em;
|
||||
}
|
||||
|
||||
#routeBody input,
|
||||
#routeBody select {
|
||||
display: inline-block;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
#stateNameEditor div.label,
|
||||
#provinceNameEditor div.label,
|
||||
#regimentBody div.label,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue