v. 0.59.16b

This commit is contained in:
Azgaar 2018-09-09 17:48:29 +03:00
parent 52527ce1ce
commit 0920b86eaa
4 changed files with 505 additions and 363 deletions

View file

@ -153,55 +153,61 @@ button, select, a {
font-size: 9px;
}
.editTrigger {
display: none;
position: relative;
width: 60px;
#labelEditor div {
display: inline-block;
}
div > input.editTrigger[type="number"] {
width: 44px;
height: 14px;
}
div > input.editTrigger[type="range"] {
width: 132px;
#labelEditor span {
cursor: pointer;
}
#editGroupSelect {
#labelGroupSelect {
width: 146px;
height: 20px;
}
#editGroupInput {
#labelGroupInput {
display: none;
width: 161px;
width: 142px;
}
#editText {
#labelText {
width: 160px;
}
#editFontSelect {
#labelFontSelect {
width: 129px;
}
#editFontInput {
#labelFontInput {
width: 125px;
}
input[type="color"].editColor {
#textPath {
stroke: #3e3e4b;
stroke-width: .5;
fill: none;
}
#textPathControl {
stroke: #3e3e4b;
stroke-width: .5;
fill: #ffff00;
cursor: row-resize;
}
div > input[type="color"].editColor {
height: 18px;
width: 46px;
padding: 0;
cursor: pointer;
}
input[type="range"].editRange {
div > input[type="range"].editRange {
width: 80px;
}
input[type="number"].editNumber {
div > input[type="number"].editNumber {
width: 44px;
}
@ -235,13 +241,13 @@ input[type="number"].editNumber {
#labels {
text-anchor: middle;
dominant-baseline: alphabetic;
dominant-baseline: central;
text-shadow: 0 0 4px white;
cursor: pointer;
}
#countries {
dominant-baseline: central;
#burgLabels {
dominant-baseline: alphabetic;
}
#routeLength {