From d0ec5b2138d3a2a333845516bf3a4d7c6cf82bd0 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 24 Apr 2008 14:35:46 +0000 Subject: [PATCH] polish --- .../booking-faces/src/main/webapp/styles/booking.css | 10 +++++++++- .../booking-mvc/src/main/webapp/styles/booking.css | 10 +++++++++- 2 files changed, 18 insertions(+), 2 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 83d0b4aa..b8a80b7e 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 @@ -54,6 +54,14 @@ 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; + } + #local.spring{ width: 215px; } @@ -68,7 +76,7 @@ float: right; padding-right: 20px; } - + .errors { font-weight: bold; text-align: left; 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 83d0b4aa..08f9b935 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 @@ -68,7 +68,15 @@ float: right; 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; + } + .errors { font-weight: bold; text-align: left;