diff --git a/src/main/webapp/WEB-INF/jsp/header.jsp b/src/main/webapp/WEB-INF/jsp/header.jsp index 7ca657876..22f503454 100644 --- a/src/main/webapp/WEB-INF/jsp/header.jsp +++ b/src/main/webapp/WEB-INF/jsp/header.jsp @@ -8,12 +8,12 @@ PetClinic :: a Spring Framework demonstration - - + + diff --git a/src/main/webapp/WEB-INF/jsp/owners/search.jsp b/src/main/webapp/WEB-INF/jsp/owners/search.jsp index 954a88f63..2a88db5cd 100644 --- a/src/main/webapp/WEB-INF/jsp/owners/search.jsp +++ b/src/main/webapp/WEB-INF/jsp/owners/search.jsp @@ -8,7 +8,6 @@ -
@@ -16,9 +15,9 @@

Find Owners

- +
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/pets/form.jsp b/src/main/webapp/WEB-INF/jsp/pets/form.jsp index 2be8b4324..687b2901a 100644 --- a/src/main/webapp/WEB-INF/jsp/pets/form.jsp +++ b/src/main/webapp/WEB-INF/jsp/pets/form.jsp @@ -22,7 +22,7 @@ Owner: ${pet.owner.firstName} ${pet.owner.lastName}
- +
@@ -40,7 +40,7 @@
- +
@@ -59,8 +59,8 @@

+
- diff --git a/src/main/webapp/resources/css/petclinic.css b/src/main/webapp/resources/css/petclinic.css index ebf2eb15a..64852d959 100644 --- a/src/main/webapp/resources/css/petclinic.css +++ b/src/main/webapp/resources/css/petclinic.css @@ -1,5 +1,14 @@ .container { padding-top: 10px; margin-left: 50px; + width: 610px; +} + +.form-horizontal { + width: 100%; +} + +input { + line-height: 35px; } diff --git a/src/main/webapp/resources/html/tutorial.html b/src/main/webapp/resources/html/tutorial.html index 9e6d970a9..f5c753495 100644 --- a/src/main/webapp/resources/html/tutorial.html +++ b/src/main/webapp/resources/html/tutorial.html @@ -3,7 +3,7 @@ The Spring PetClinic Application - +