Commit 7a798d66 authored by Chris Prince's avatar Chris Prince

minor changes for the ui form

parent fa5d7f57
# NGINX Template # NGINX Template
This is just a template so nginx will route requests to the esp services; This is just a template so nginx will route requests to the esp services;
Place in your server{} for the angular website;
\ No newline at end of file
...@@ -4,3 +4,7 @@ ...@@ -4,3 +4,7 @@
.pos { .pos {
display: inline; display: inline;
} }
.mini {
max-width: 75px;
}
\ No newline at end of file
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
<div class="inline"> <div class="inline">
<div class="pos"> <div class="pos">
<label for="xPos">X:</label> <label for="xPos">X:</label>
<input id="XPos" type="number" /> <input class="mini" maxlength="3" d="XPos" type="number" />
</div> </div>
<div class="pos"> <div class="pos">
<label for="yPos">Y:</label> <label for="yPos">Y:</label>
<input id="yPos" type="number" /> <input class="mini" maxlength="3" id="yPos" type="number" />
</div> </div>
<button (click)="moveLaser()">Move</button> <button (click)="moveLaser()">Move</button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment