Skip to content
Snippets Groups Projects
Commit 8857560c authored by Dominik Heidler's avatar Dominik Heidler Committed by Tobias Klaus
Browse files

Fix Map


Signed-off-by: default avatarDominik Heidler <dominik@heidler.eu>
Reviewed-by: default avatarTobias Klaus <tk+ff@meskal.net>
parent 2850d9af
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ function logout() { ...@@ -113,7 +113,7 @@ function logout() {
<br> <br>
<pre id="msg" tabindex="-1"></pre> <pre id="msg" tabindex="-1"></pre>
<div id="help"></div> <div id="help" style="z-index: 2;"></div>
<div id="body"></div> <div id="body"></div>
......
...@@ -64,7 +64,6 @@ function appendSetting(p, path, value, mode) ...@@ -64,7 +64,6 @@ function appendSetting(p, path, value, mode)
map_button.style["position"] = "absolute"; map_button.style["position"] = "absolute";
map_button.style["height"] = "44px"; map_button.style["height"] = "44px";
map_button.style["margin-left"] = "5px"; map_button.style["margin-left"] = "5px";
map_button.style["z-index"] = "-1";
break; break;
case "longitude": case "longitude":
b = append_input(p, "GPS-Koordinaten Longitude", id, value); b = append_input(p, "GPS-Koordinaten Longitude", id, value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment