From 50c92c47683c7f3a094b2de4a6d978f89a0b301e Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 24 Apr 2008 14:44:36 +0000 Subject: [PATCH] --- .../src/main/webapp/styles/booking.css | 2 +- .../src/main/webapp/styles/booking.css | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) 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;