diff --git a/pom.xml b/pom.xml index 742e34c..7887748 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.srsoftware web4rail - 0.11.11 + 0.11.12 Web4Rail jar Java Model Railway Control diff --git a/resources/css/style.css b/resources/css/style.css index 8ac39d6..c350b73 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -105,8 +105,7 @@ svg circle{ height: 30px; min-width: 30px; background: white; - padding: 3px; - + padding: 3px; text-align: center; } @@ -121,12 +120,12 @@ svg circle{ .menu > div > .list{ position: absolute; - left: 5%; + left: 0; bottom: 40px; width: 90%; z-index: 10; background: rgb(198,219,210,0.8); - padding: 20px 5px 0 5px; + padding: 20px 40px 0; } .menu > div > .list > *{ diff --git a/resources/js/plan.js b/resources/js/plan.js index de0741a..3a889ae 100644 --- a/resources/js/plan.js +++ b/resources/js/plan.js @@ -118,7 +118,7 @@ function heartbeat(data){ } function keypress(ev){ - if (ev.key === "Escape") request({realm:"cu",action:"emergency"}) + if (ev.key === " ") request({realm:"cu",action:"emergency"}) } function moveTile(x,y){