mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
markers rework - editor functions
This commit is contained in:
parent
def32b7f74
commit
95f9d990d9
8 changed files with 633 additions and 214 deletions
10
index.css
10
index.css
|
|
@ -238,8 +238,7 @@ i.icon-lock {
|
|||
}
|
||||
|
||||
#routeEditor > *,
|
||||
#labelEditor div,
|
||||
#markerEditor div {
|
||||
#labelEditor div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
@ -1525,7 +1524,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;
|
||||
}
|
||||
|
|
@ -1974,10 +1974,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