From 89c5d2e22ea4c858979b48d9212ddfd7aae2e20c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 24 Apr 2008 04:03:37 +0000 Subject: [PATCH] poiish --- .../src/main/webapp/WEB-INF/hotels/index.jsp | 44 ++++++++++++------- .../{logoutSuccess.jsp => logout-success.jsp} | 0 .../src/main/webapp/styles/booking.css | 7 +-- 3 files changed, 30 insertions(+), 21 deletions(-) rename spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/{logoutSuccess.jsp => logout-success.jsp} (100%) diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/index.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/index.jsp index 673e2c80..7733edcb 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/index.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/index.jsp @@ -9,21 +9,35 @@

Search Hotels

- - - - - - - - - - +
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + + +
+
+
+ +
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logout-success.jsp similarity index 100% rename from spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.jsp rename to spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/logout-success.jsp diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/styles/booking.css b/spring-webflow-samples/booking-mvc/src/main/webapp/styles/booking.css index 2a24ebfe..01c22a43 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/styles/booking.css +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/styles/booking.css @@ -127,19 +127,14 @@ #content .searchGroup { width: 35%; - text-align: right; } #content .buttonGroup { clear: both; + margin-top: 5px; text-align: right; } - #content .buttonGroup input[type="submit"], - #content .buttonGroup input[type="button"] { - margin-right: 5px; - } - #content .previous { float: right; }