adusted font style and size for text areas on property edit page

This commit is contained in:
tworrall 2012-06-28 17:13:17 +00:00
parent bbd616b227
commit 86627facb3

View file

@ -123,7 +123,7 @@
<input name="Transitive" type="checkbox" value="TRUE"/>transitive <input name="Transitive" type="checkbox" value="TRUE"/>transitive
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<span style="margin-left:170px">&nbsp;</span> <span class="checkBoxSpacer">&nbsp;</span>
<c:choose> <c:choose>
<c:when test="${symmetric}"> <c:when test="${symmetric}">
<input name="Symmetric" type="checkbox" value="TRUE" checked="checked"/> symmetric <input name="Symmetric" type="checkbox" value="TRUE" checked="checked"/> symmetric
@ -143,7 +143,7 @@
<input name="Functional" type="checkbox" value="TRUE"/> functional <input name="Functional" type="checkbox" value="TRUE"/> functional
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<span style="margin-left:150px">&nbsp;</span> <span class="checkBoxSpacer">&nbsp;</span>
<c:choose> <c:choose>
<c:when test="${inverseFunctional}"> <c:when test="${inverseFunctional}">
<input name="InverseFunctional" type="checkbox" value="TRUE" checked="checked"/> inverse functional <input name="InverseFunctional" type="checkbox" value="TRUE" checked="checked"/> inverse functional