mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
v1.5.78 - river editor update
This commit is contained in:
parent
12fd553b0d
commit
41d03e8039
7 changed files with 160 additions and 143 deletions
20
index.css
20
index.css
|
|
@ -200,16 +200,6 @@ i.icon-lock {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#riverAngle, #riverWidthInput, #riverIncrement {
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
.editButtonS {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#riverEditor > *,
|
||||
#routeEditor > *,
|
||||
#labelEditor div,
|
||||
#markerEditor div {
|
||||
|
|
@ -275,8 +265,7 @@ i.icon-lock {
|
|||
text-anchor: middle;
|
||||
}
|
||||
|
||||
#routeLength,
|
||||
#riverLength,
|
||||
#routeLength,
|
||||
#lakeArea,
|
||||
#coastlineArea {
|
||||
background-color: #eeeeee;
|
||||
|
|
@ -1446,6 +1435,13 @@ div.states > .coaIcon > use {
|
|||
width: 6em;
|
||||
}
|
||||
|
||||
#riverBody div.label,
|
||||
#riverBody input,
|
||||
#riverBody select {
|
||||
display: inline-block;
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
#stateNameEditor div.label,
|
||||
#provinceNameEditor div.label,
|
||||
#regimentBody div.label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue