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 6095e63e..a5f814e8 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 @@ -60,7 +60,7 @@ color: #fff; background: #fff url(../images/btn.bg.gif) 0 0 repeat-x; border-style: none; - padding: 2px 2px 2px 2px; + padding: 2px 2px 2px 2px; } #local.spring{ 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 d60cf455..a5f814e8 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 @@ -54,6 +54,15 @@ margin-bottom: 0px; } + #content.spring input[type="submit"], input[type="button"], button { + font-size: 1em; + font-weight: bold; + color: #fff; + background: #fff url(../images/btn.bg.gif) 0 0 repeat-x; + border-style: none; + padding: 2px 2px 2px 2px; + } + #local.spring{ width: 215px; } @@ -69,15 +78,6 @@ padding-right: 20px; } - #content.spring input[type="submit"], input[type="button"], button { - font-size: 1em; - font-weight: bold; - color: #fff; - background: #fff url(../images/btn.bg.gif) 0 0 repeat-x; - border-style: none; - padding: 2px 2px 2px 2px; - } - .errors { font-weight: bold; text-align: left;