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)
- +
-
- +
+