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; }