mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
markers rework - editor functions
This commit is contained in:
parent
6364a2935a
commit
e86adc8d04
8 changed files with 633 additions and 214 deletions
10
index.css
10
index.css
|
|
@ -232,8 +232,7 @@ i.icon-lock {
|
|||
}
|
||||
|
||||
#routeEditor > *,
|
||||
#labelEditor div,
|
||||
#markerEditor div {
|
||||
#labelEditor div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
@ -1519,7 +1518,8 @@ div.states > .coaIcon > use {
|
|||
|
||||
#stateNameEditor div.label,
|
||||
#provinceNameEditor div.label,
|
||||
#regimentBody div.label {
|
||||
#regimentBody div.label,
|
||||
#markerEditor div.label {
|
||||
display: inline-block;
|
||||
width: 5.5em;
|
||||
}
|
||||
|
|
@ -1968,10 +1968,6 @@ div.textual span,
|
|||
dominant-baseline: central;
|
||||
}
|
||||
|
||||
#markerEditor > button {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.highlighted {
|
||||
outline-width: 2px;
|
||||
outline-style: dashed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue