adusted font style and size for text areas on property edit page
This commit is contained in:
parent
bbd616b227
commit
86627facb3
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@
|
|||
<input name="Transitive" type="checkbox" value="TRUE"/>transitive
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<span style="margin-left:170px"> </span>
|
||||
<span class="checkBoxSpacer"> </span>
|
||||
<c:choose>
|
||||
<c:when test="${symmetric}">
|
||||
<input name="Symmetric" type="checkbox" value="TRUE" checked="checked"/> symmetric
|
||||
|
@ -143,7 +143,7 @@
|
|||
<input name="Functional" type="checkbox" value="TRUE"/> functional
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<span style="margin-left:150px"> </span>
|
||||
<span class="checkBoxSpacer"> </span>
|
||||
<c:choose>
|
||||
<c:when test="${inverseFunctional}">
|
||||
<input name="InverseFunctional" type="checkbox" value="TRUE" checked="checked"/> inverse functional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue