diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
index 5eef53a4..bf18cf33 100644
--- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
+++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp
@@ -3,7 +3,7 @@
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
-
+
@@ -45,7 +45,7 @@
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css b/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css
index 88df724d..edcd524e 100644
--- a/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css
+++ b/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css
@@ -27,7 +27,6 @@
width: 100%;
margin: 10px 0 0 0;
padding: 0 0 0 0;
- text-align: none;
}
#welcome {
@@ -60,7 +59,9 @@
margin-bottom: 5px;
}
- #content.spring input[type="submit"], input[type="button"], button {
+ #content.spring input[type="submit"],
+ #content.spring input[type="button"],
+ #content.spring button {
font-weight: bold;
color: #fff;
height: 20px;
@@ -134,7 +135,8 @@
text-align: right;
}
- #content .buttonGroup input[type="submit"], .buttonGroup input[type="button"] {
+ #content .buttonGroup input[type="submit"],
+ #content .buttonGroup input[type="button"] {
margin-right: 5px;
}