From aa6f71901f9f4f0f4c6b61b22ffb873f607c59fe Mon Sep 17 00:00:00 2001 From: Irene Edria <ireneedriadr@gmail.com> Date: Thu, 16 Nov 2017 19:33:27 +0700 Subject: [PATCH] edit order.jsp --- TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/order.jsp | 4 ++++ TugasBesar2_2017/WebApp/src/main/webapp/css/app.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/order.jsp b/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/order.jsp index d5a1f4f..4fc2489 100644 --- a/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/order.jsp +++ b/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/order.jsp @@ -21,6 +21,10 @@ </li> <li class="order-item"> <div class="order-number">3</div> + <div class="order-number-desc"><span>Chat Driver</div> + </li> + <li class="order-item"> + <div class="order-number">4</div> <div class="order-number-desc"><span>Complete your order</div> </li> </ul> diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css b/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css index 73e0d9b..bd32a18 100644 --- a/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css +++ b/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css @@ -399,7 +399,7 @@ h3{ .order-menu .order-item { display: inline-block; - width: 30%; + width: 22%; margin: 5px; border: 1px solid black; height: 8vh; -- GitLab