From af11bb7e252f3bb1ef2a7cb758f302ae6ee023e2 Mon Sep 17 00:00:00 2001 From: Adam R Claxton Date: Thu, 30 Mar 2017 00:37:27 -0400 Subject: [PATCH] Shoppingcart popop has a functionless location name field and date input looks nicer --- WebContent/html/css/stylesheet.css | 10 ++++++++++ WebContent/html/webpages/shoppingCart.jsp | 20 ++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/WebContent/html/css/stylesheet.css b/WebContent/html/css/stylesheet.css index 65e94ad..96b77b9 100644 --- a/WebContent/html/css/stylesheet.css +++ b/WebContent/html/css/stylesheet.css @@ -75,6 +75,16 @@ input[type=text]{ width: 60%; } +input[type=tel]{ + margin: 0 auto; + width: 60%; +} + +input[type=number]{ + margin: 0 auto; + width: 60%; +} + select{ margin:0 auto; width: 65%; diff --git a/WebContent/html/webpages/shoppingCart.jsp b/WebContent/html/webpages/shoppingCart.jsp index efbaa51..17c99fd 100644 --- a/WebContent/html/webpages/shoppingCart.jsp +++ b/WebContent/html/webpages/shoppingCart.jsp @@ -11,8 +11,8 @@ pageEncoding="ISO-8859-1"%> Cookie[] cookies = request.getCookies(); int sso = 0; for(Cookie c : cookies) -{ - if(c.getName().equals("ssoNum")) sso = Integer.parseInt(c.getValue()); + { +if(c.getName().equals("ssoNum")) sso = Integer.parseInt(c.getValue()); } %> @@ -80,15 +80,19 @@ for(Cookie c : cookies)

- +

-
-
+
+ + +
+
@@ -159,13 +163,13 @@ for(Cookie c : cookies)
- +
-
- +
+