diff client/public/index.html @ 1145:2d34715dd52e

feat: Import of sounding results First UI concept and download of meta.json
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 12 Nov 2018 17:41:41 +0100
parents 6c3527ddc200
children 0c5cbbafbd94
line wrap: on
line diff
--- a/client/public/index.html	Mon Nov 12 15:12:04 2018 +0100
+++ b/client/public/index.html	Mon Nov 12 17:41:41 2018 +0100
@@ -1,21 +1,33 @@
 <!DOCTYPE html>
 <html>
-
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width,initial-scale=1.0">
-  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-  <title>gemmajs</title>
-</head>
+  <head>
+    <meta charset="utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <meta name="viewport" content="width=device-width,initial-scale=1.0" />
+    <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
+    <title>gemmajs</title>
+    <style>
+      html {
+        height: 100%;
+        width: 100%;
+        margin: 0 auto;
+      }
+      body {
+        height: 100%;
+        width: 100%;
+        background-color: #efefef !important;
+      }
+    </style>
+  </head>
 
-<body>
-  <noscript>
-    <strong>This webapplication needs Javascript enabled to run.
-            Please enable it to continue.</strong>
-  </noscript>
-  <div id="app"></div>
-  <!-- built files will be auto injected -->
-</body>
-
+  <body>
+    <noscript>
+      <strong
+        >This webapplication needs Javascript enabled to run. Please enable it
+        to continue.</strong
+      >
+    </noscript>
+    <div id="app"></div>
+    <!-- built files will be auto injected -->
+  </body>
 </html>