mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.1.09
This commit is contained in:
parent
38abc74c11
commit
c050353d70
15 changed files with 626 additions and 282 deletions
36
index.css
36
index.css
|
|
@ -184,8 +184,7 @@ i.icon-lock {
|
|||
#riverEditor > *,
|
||||
#routeEditor > *,
|
||||
#labelEditor div,
|
||||
#markerEditor div,
|
||||
#burgEditor * {
|
||||
#markerEditor div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
@ -1206,6 +1205,7 @@ div.states>.statePopulation {
|
|||
width: 3em;
|
||||
}
|
||||
|
||||
div.states .icon-pencil,
|
||||
div.states .icon-trash-empty,
|
||||
div.states .icon-eye,
|
||||
div.states .icon-pin {
|
||||
|
|
@ -1244,7 +1244,6 @@ div.states>.small {
|
|||
|
||||
div.states>.cultureName {
|
||||
width: 5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.states>.culturePopulation {
|
||||
|
|
@ -1301,10 +1300,6 @@ div.states span.inactive:hover {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.states > div.stateName {
|
||||
width: 12em;
|
||||
}
|
||||
|
||||
#burgsFooterPopulation {
|
||||
border: 0;
|
||||
width: 50px;
|
||||
|
|
@ -1313,6 +1308,33 @@ div.states > div.stateName {
|
|||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
#stateNameEditor input,
|
||||
#provinceNameEditor input {
|
||||
padding-left: .3em;
|
||||
}
|
||||
|
||||
#stateNameEditor div.label,
|
||||
#provinceNameEditor div.label,
|
||||
#burgBody div.label {
|
||||
display: inline-block;
|
||||
width: 5.5em;
|
||||
}
|
||||
|
||||
.burgFeature {
|
||||
font-size: 1.2em;
|
||||
padding: 1px 2px;
|
||||
color: #555;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.burgFeature.inactive {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.burgFeature.inactive:hover {
|
||||
color: #abaaaa;
|
||||
}
|
||||
|
||||
div.states>.religionName {
|
||||
width: 11em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue