Improved again instructions readability of static page 01/17001/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 8 Oct 2018 17:14:32 +0000 (19:14 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 8 Oct 2018 17:14:32 +0000 (19:14 +0200)
Change-Id: I5932964d9cde7dc9c2d864905629c1f563bd149d
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
webapp/src/index.html

index c784ae1..e863020 100644 (file)
@@ -45,7 +45,7 @@
         #dashbButton {
             font-size: large;
             font-weight: bold;
-            background: none;
+            background: lightgrey;
             color: royalblue;
             min-height: 5rem;
         }
@@ -65,8 +65,8 @@
     </h2>
 
     <button id="dashbButton">
-        Try to connect to dashboard
-        <br> http://localhost:8800
+        Click here to connect to XDS Dashboard
+        <br> <small>http://localhost:8800</small>
     </button>
     <script type="text/javascript">
         document.getElementById("dashbButton").onclick = function () {