Skip to content
Snippets Groups Projects
Commit 33a3159b authored by David Mondou's avatar David Mondou
Browse files

Moved warning message to bottom of page and changed text to blue.

parent 48f09fdf
No related branches found
No related tags found
2 merge requests!3ES-167 Added security warning message.,!2ES-167 add security warning message.
......@@ -209,13 +209,7 @@
<!-- errors will go here -->
<form id="setup_form" name="setup_form" method="POST" action="submitForm" onsubmit="saveFields()">
<div id="wifi_section" class="section">
<div class="warning">
<body>
This application does not require or manage Passwords and you are responsible for securing your Gateway.
<br>
This application is provided to simplify setting up a WiFi connection in order to speed up development.
</body>
</div>
<div class="header">Connect to a WiFi Network</div>
<table class="content">
<tr>
......@@ -259,6 +253,13 @@
<div class="submit_section">
<input class="submit_button" type="submit" value="Submit">
</div>
<div class="warning">
<body>
This application does not require or manage Passwords and you are responsible for securing your Gateway.
<br>
This application is provided to simplify setting up a WiFi connection in order to speed up development.
</body>
</div>
</form>
</body>
</html>
......@@ -216,7 +216,7 @@ label {
.warning {
width: 800px;
color: red;
color: #1f5b8d;
margin: 0 auto;
font-size: 16px;
font-weight: 100;
......
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