Commit bd030a24 authored by Kirby Ezekiel Santos's avatar Kirby Ezekiel Santos

Added css to orders update

parent 7f8c87fc
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
<html> <html>
<head> <head>
<title>Orders - Update</title> <title>Orders - Update</title>
<link rel="stylesheet" href="/static/bootstrap.min.css">
<link rel="stylesheet" href="/static/styles.css">
</head> </head>
<body> <body>
<div> <div class="col-lg-10 col-lg-10 mx-auto container">
<h1 id="page_header">Orders - Update</h1> <h1 id="page_header">Orders - Update</h1>
</div> </div>
<div> <div class="col-lg-10 col-lg-10 mx-auto container">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
...@@ -25,10 +28,10 @@ ...@@ -25,10 +28,10 @@
<td></td> <td></td>
<form> <form>
<td> <td>
<input type="text"> <input type="text" class="form-control">
</td> </td>
<td> <td>
<button type="submit">Save Changes</button> <button type="submit" class="btn-sm btn-outline-success">Save Changes</button>
</td> </td>
</form> </form>
</tr> </tr>
...@@ -37,10 +40,10 @@ ...@@ -37,10 +40,10 @@
<td></td> <td></td>
<form> <form>
<td> <td>
<input type="text"> <input type="text" class="form-control">
</td> </td>
<td> <td>
<button type="submit">Save Changes</button> <button type="submit" class="btn-sm btn-outline-success">Save Changes</button>
</td> </td>
</form> </form>
</tr> </tr>
...@@ -49,10 +52,10 @@ ...@@ -49,10 +52,10 @@
<td></td> <td></td>
<form> <form>
<td> <td>
<input type="text"> <input type="text" class="form-control">
</td> </td>
<td> <td>
<button type="submit">Save Changes</button> <button type="submit" class="btn-sm btn-outline-success">Save Changes</button>
</td> </td>
</form> </form>
</tr> </tr>
...@@ -61,10 +64,10 @@ ...@@ -61,10 +64,10 @@
<td></td> <td></td>
<form> <form>
<td> <td>
<input type="text"> <input type="text" class="form-control">
</td> </td>
<td> <td>
<button type="submit">Save Changes</button> <button type="submit" class="btn-sm btn-outline-success">Save Changes</button>
</td> </td>
</form> </form>
</tr> </tr>
...@@ -72,9 +75,9 @@ ...@@ -72,9 +75,9 @@
</table> </table>
</div> </div>
<div> <div class="col-lg-10 col-lg-10 mx-auto container">
<form method="get" action="http://localhost:8000/orders-detail"> <form method="get" action="http://localhost:8000/orders-detail">
<button type="submit" id="back_button">Back to Detail</button> <button type="submit" class="btn-block btn-outline-danger" id="back_button">Back to Detail</button>
</form> </form>
</div> </div>
</body> </body>
......
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