diff --git a/html/index.html b/html/index.html index aa82315..78e08fb 100644 --- a/html/index.html +++ b/html/index.html @@ -271,15 +271,30 @@ n/a + +
+
+ Location +
+
+
+
+
+ Pos.: +
+
+ n/a +
+
Distance:
- n/a + n/a
-
+
@@ -440,29 +455,6 @@
-
-
- Location -
-
-
-
-
- Pos.: -
-
- n/a -
-
-
-
- Distance: -
-
- n/a -
-
-
Navigation diff --git a/html/style.css b/html/style.css index 78305fb..0d13907 100644 --- a/html/style.css +++ b/html/style.css @@ -103,7 +103,7 @@ html, body { display: block; position: absolute; top: 120px; - left: -25px; + left: -63px; float: right; width: 24px; height: 25px; @@ -374,7 +374,6 @@ select.error, textarea.error, input.error { background: -moz-linear-gradient(#003f4b, #003f4b 60%, #00151C); background: -ms-linear-gradient(#003f4b, #003f4b 60%, #00151C); background: linear-gradient(#003f4b, #003f4b 60%, #00151C); - box-shadow: -6px 0px 8px #999999; z-index: 9998; }