diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml
index 1d79fe8a..daf31531 100644
--- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml
@@ -22,7 +22,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
index 3e0edaae..83d0b4aa 100644
--- a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
@@ -117,6 +117,11 @@
text-align: right;
}
+ .buttonGroup input[type="submit"], .buttonGroup input[type="button"], .buttonGroup button, .buttonGroup a {
+ margin-left: 5px;
+ margin-right: 5px;
+ }
+
.summary {
width: 100%;
border: 1px solid #414f23;
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 3e0edaae..83d0b4aa 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
@@ -117,6 +117,11 @@
text-align: right;
}
+ .buttonGroup input[type="submit"], .buttonGroup input[type="button"], .buttonGroup button, .buttonGroup a {
+ margin-left: 5px;
+ margin-right: 5px;
+ }
+
.summary {
width: 100%;
border: 1px solid #414f23;