From 9057d263694a9517e72445b8ea96c37c5ba5be90 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 17 Aug 2015 14:22:11 +0200 Subject: [PATCH] =?utf8?q?Some=20fixes=20for=20design=20Signed-off-by:Rola?= =?utf8?q?nd=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/form_handler/do_preview.jsp | 1 + web/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/form_handler/do_preview.jsp b/web/form_handler/do_preview.jsp index 51e5b0cf..03e26d22 100644 --- a/web/form_handler/do_preview.jsp +++ b/web/form_handler/do_preview.jsp @@ -40,6 +40,7 @@ app.unmarkProductAsChoosen(product, session); } } + // Redirect to proper URL // @TODO Commented out for developing: //response.sendRedirect(request.getContextPath() + "/finished.jsp"); diff --git a/web/style.css b/web/style.css index d76b2ab8..06d50a9b 100644 --- a/web/style.css +++ b/web/style.css @@ -42,7 +42,7 @@ table, .table { } .table_row { - width: 300px; + width: 100%; } .para { -- 2.39.5