Skip to content
Snippets Groups Projects
Commit f06cf8c3 authored by Mic's avatar Mic
Browse files

Improvements to layout

parent 97aba3f4
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,14 @@
<level value="info" />
</logger>
<logger name="javax.validation">
<level value="debug" />
</logger>
<logger name="org.hibernate.validator">
<level value="trace" />
</logger>
<!-- Root Logger -->
<root>
<priority value="info" /><!--
......
......@@ -19,11 +19,11 @@
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Address</th>
<th style="width: 150px;">Name</th>
<th style="width: 200px;">Address</th>
<th>City</th>
<th>Telephone</th>
<th>Pets</th>
<th style="width: 100px;">Pets</th>
</tr>
</thead>
<c:forEach var="owner" items="${selections}">
......
......@@ -32,7 +32,7 @@
</div>
</div>
<div class="control-group" id="birthDate">
<label class="control-label">Birth Date </label>
<label class="control-label">Birth Date (yyyy-MM-dd)</label>
<div class="controls">
<form:input path="birthDate" />
<span class="help-inline"><form:errors path="birthDate" /></span>
......
.container {
padding-top: 10px;
margin-left: 50px;
width: 610px;
width: 700px;
}
.form-horizontal {
width: 100%;
}
input {
line-height: 35px;
input[type="text"] {
height: 25px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment