From 5ebd359fbc3c7ac4ba5c57e12b222b5b67b8e2ab Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Thu, 20 Mar 2008 14:50:48 +0000 Subject: [PATCH] Removing text-aling:right from the .searchGroup style as it screws up the Dojo rendering in IE. --- .../booking-faces/src/main/webapp/styles/booking.css | 1 - 1 file changed, 1 deletion(-) 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 be4a76a1..54c6c24d 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 @@ -126,7 +126,6 @@ #content .searchGroup { width: 35%; - text-align: right; } #content .buttonGroup {