From 7392cfe466ce91dbec5bd2caf44f47b89cf752fe Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Sat, 5 Apr 2008 01:21:05 +0000 Subject: [PATCH] SWF-540 xhtml and css standards updates --- .../src/main/webapp/WEB-INF/layouts/standard.jsp | 2 +- .../booking-mvc/src/main/webapp/WEB-INF/login.jsp | 4 ++-- .../booking-mvc/src/main/webapp/css/booking.css | 8 +++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp index 5eef53a4..bf18cf33 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.jsp @@ -3,7 +3,7 @@ <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %> - + Spring Travel: Spring MVC and Web Flow Reference Application diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp index 65bf497a..f8f87ea0 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/login.jsp @@ -33,7 +33,7 @@
User:
- value="<%= session.getAttribute(AuthenticationProcessingFilter.SPRING_SECURITY_LAST_USERNAME_KEY) %>"> + value="<%= session.getAttribute(AuthenticationProcessingFilter.SPRING_SECURITY_LAST_USERNAME_KEY) %>" />
@@ -45,7 +45,7 @@
Don't ask for my password for two weeks:
- +
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css b/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css index 88df724d..edcd524e 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/css/booking.css @@ -27,7 +27,6 @@ width: 100%; margin: 10px 0 0 0; padding: 0 0 0 0; - text-align: none; } #welcome { @@ -60,7 +59,9 @@ margin-bottom: 5px; } - #content.spring input[type="submit"], input[type="button"], button { + #content.spring input[type="submit"], + #content.spring input[type="button"], + #content.spring button { font-weight: bold; color: #fff; height: 20px; @@ -134,7 +135,8 @@ text-align: right; } - #content .buttonGroup input[type="submit"], .buttonGroup input[type="button"] { + #content .buttonGroup input[type="submit"], + #content .buttonGroup input[type="button"] { margin-right: 5px; }