diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/web.xml b/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/web.xml index 8a7f2552e7de68bc151dab26c2ef29110821264c..cc7818d9d38b68fb370a3bc7ec3f12d9b40dba5a 100644 --- a/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/web.xml +++ b/TugasBesar2_2017/WebApp/src/main/webapp/WEB-INF/web.xml @@ -141,6 +141,17 @@ <servlet-name>CompleteOrder</servlet-name> <url-pattern>/complete_order</url-pattern> </servlet-mapping> + + <servlet> + <servlet-name>OrderDrvier</servlet-name> + <servlet-class>com.adaapa.adaojek.servlets.OrderDriverServlet</servlet-class> + </servlet> + + <servlet-mapping> + <servlet-name>OrderDrvier</servlet-name> + <url-pattern>/order_driver</url-pattern> + </servlet-mapping> + <servlet> <servlet-name>UserHideHistory</servlet-name> <servlet-class>com.adaapa.adaojek.servlets.UserHideHistoryServlet</servlet-class> diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css b/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css index 095bd6c74caa51bb03d7ddff91034ea04dad16bc..589d302bfc120c7ba80d9ada708c71401839bb25 100644 --- a/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css +++ b/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css @@ -201,11 +201,11 @@ body { font-size: 1.25em; } -.close-button { +.close-button-order { width: 200px; height: 40px; - border: 1px solid #c00; - background: #c00; + border: 1px solid #000000; + background: #cc0009; font-size: 1.25em; }