From c67bc4b990e846ca84c996af387c391097dfb280 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 7 Mar 2008 21:07:56 +0000 Subject: [PATCH] css polish --- .../flows/booking/enterBookingDetails.xhtml | 2 +- .../src/main/webapp/styles/booking.css | 25 +++++++------------ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml index f4caf1ca..3635b512 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/enterBookingDetails.xhtml @@ -123,7 +123,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 b48b4788..bf2c6bb0 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 @@ -1,18 +1,15 @@ - a, a:link a:active { - color: black; - background-color: white; - text-decoration: underline; - } - - a:visited { - color: black; + a, a:visited, a:link, a:active { + color: #59924B; background-color: transparent; + text-decoration: none; + font-weight: bold; } - + a:hover { color: white; background-color: #65a242; text-decoration: none; + font-weight: bold; } body.spring { @@ -28,10 +25,8 @@ #branding.spring { float: none; width: 100%; - margin: 10px 0 0 0; padding: 0 0 0 0; - text-align: none; } @@ -62,8 +57,7 @@ #content .section { width: 505px; float: left; - margin-top: 5px; - margin-bottom: 5px; + margin-bottom: 5px; } #content.spring input[type="submit"], input[type="button"], button { @@ -136,9 +130,8 @@ } #content .buttonGroup { - width: 90%; - float: left; - text-align: center; + clear: both; + text-align: right; } #content .buttonGroup input[type="submit"], .buttonGroup input[type="button"] {