Commit 8c5c5705 authored by Kirby Ezekiel Santos's avatar Kirby Ezekiel Santos

Added css in ingredients detail

parent bfff9705
......@@ -2,14 +2,17 @@
<html>
<head>
<title>Ingredients - Detail</title>
<link rel="stylesheet" href="/static/bootstrap.min.css">
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<div>
<div class="col-lg-10 col-lg-10 mx-auto container">
<h1 id="page_header">Ingredients - Detail</h1>
</div>
<div>
<div class="col-lg-10 col-lg-10 mx-auto container">
<table class="table">
<thead>
<tr>
......@@ -26,16 +29,18 @@
</table>
</div>
<div>
<div class="col-lg-10 col-lg-10 mx-auto container">
<div class="col-lg-8 mx-auto button_container">
<form method="get" action="http://localhost:8000/ingredients-update">
<button type="submit" id="button_to_ingredients_update">Update Fields</button>
<button type="submit" class="btn-block btn-outline-success" id="button_to_ingredients_update">Update Fields</button>
</form>
</div>
<div>
<div class="col-lg-8 mx-auto button_container">
<form method="get" action="http://localhost:8000/ingredients-list">
<button type="submit" id="back_button">Back to List</button>
<button type="submit" class="btn-block btn-outline-danger" id="back_button">Back to List</button>
</form>
</div>
</div>
</body>
</html>
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