Gisela and target point added.

This commit is contained in:
Mal
2020-02-11 21:20:11 +01:00
parent 3be3ffb89a
commit acd8b92731
10 changed files with 168 additions and 28 deletions

View File

@@ -120,7 +120,7 @@ body {
display: none;
}
#entrance-picker {
#entrance-picker, #target-picker {
width: 96px;
height: 96px;
border: 1px solid black;
@@ -131,6 +131,10 @@ body {
cursor: pointer;
}
#target-picker {
background-image: url("graphics/target-point.svg");
}
#widget-insert-rows {
position: relative;
width: 96px;
@@ -159,11 +163,16 @@ body {
cursor: pointer;
display: inline-flex;
}
.entrance {
.entrance, .target {
background-image: url("graphics/entrance-point.svg") !important;
background-size: contain !important;
background-position: center bottom !important;
}
.target {
background-image: url("graphics/target-point.svg") !important;
}
.button-tile {
margin: 2px;
}