NIHVIVO-1238: Ongoing css work.
This commit is contained in:
parent
1a970e6262
commit
6344101e5f
3 changed files with 4 additions and 4 deletions
|
@ -120,7 +120,7 @@ td.verticalfieldlabel {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.editingForm .form-button {
|
.editingForm .form-button{
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
border-color: #ccf;
|
border-color: #ccf;
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
|
|
|
@ -165,7 +165,7 @@
|
||||||
<p>${predicate.publicDescription}</p>
|
<p>${predicate.publicDescription}</p>
|
||||||
</c:if>
|
</c:if>
|
||||||
<v:input type="select" id="objectVar" size="80" />
|
<v:input type="select" id="objectVar" size="80" />
|
||||||
<div style="margin-top: 1em">
|
<div style="margin-top: .2em">
|
||||||
<v:input type="submit" id="submit" value="<%=submitLabel%>" cancel="true"/>
|
<v:input type="submit" id="submit" value="<%=submitLabel%>" cancel="true"/>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
|
|
||||||
<c:if test="${ (!empty param.objectUri) && (empty param.deleteProhibited) }" >
|
<c:if test="${ (!empty param.objectUri) && (empty param.deleteProhibited) }" >
|
||||||
<form class="deleteForm" action="editRequestDispatch.jsp" method="get">
|
<form class="deleteForm" action="editRequestDispatch.jsp" method="get">
|
||||||
<label for="delete"><h3>Delete this entry?</h3></label>
|
<label for="delete"><h3 class="delete-entry">Delete this entry?</h3></label>
|
||||||
<input type="hidden" name="subjectUri" value="${param.subjectUri}"/>
|
<input type="hidden" name="subjectUri" value="${param.subjectUri}"/>
|
||||||
<input type="hidden" name="predicateUri" value="${param.predicateUri}"/>
|
<input type="hidden" name="predicateUri" value="${param.predicateUri}"/>
|
||||||
<input type="hidden" name="objectUri" value="${param.objectUri}"/>
|
<input type="hidden" name="objectUri" value="${param.objectUri}"/>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<option value="TURTLE">Turtle</option>
|
<option value="TURTLE">Turtle</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<input type="submit" name="submit" value="Export"/>
|
<input type="submit" name="submit" class="green button" value="Export"/>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue