From f5bc5c97862c3443afddcb4385ae04740009ce9b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 24 Apr 2008 05:40:27 +0000 Subject: [PATCH] polish l&f --- .../main/webapp/WEB-INF/flows/main/enterSearchCriteria.xhtml | 4 ++-- .../booking-faces/src/main/webapp/styles/booking.css | 5 +++++ .../booking-mvc/src/main/webapp/styles/booking.css | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) 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;