From 1aa5d162b5e08fa2f6306c91152ac0bf2123366f Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Fri, 26 Oct 2007 19:51:40 +0000 Subject: [PATCH] CSS cleanup. --- .../src/main/webapp/css/booking.css | 19 +++++++++---------- .../src/main/webapp/flow/main/main.xhtml | 6 +++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css b/spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css index fc2c4eb2..7c9359d8 100644 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css @@ -59,7 +59,6 @@ } #content.spring input[type="submit"], input[type="button"] { - margin-right: 5px; font-weight: bold; color: #fff; height: 20px; @@ -109,26 +108,26 @@ text-align: right; } - #content .searchGroup .searchButton { - text-align: right; - } - #content .buttonGroup { width: 90%; float: left; text-align: center; } - #content .prev { - float: left; + #content .buttonGroup input[type="submit"], .buttonGroup input[type="button"] { + margin-right: 5px; } - #content .prev a { - margin-right: 20px; + #content .prev { + float: right; } #content .next { - float: left; + float: right; + } + + #content .next a { + margin-left: 20px; } #content .summary { diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml index 871c1596..4ce14a2b 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml @@ -62,11 +62,11 @@ - +