minor template and css changes
This commit is contained in:
parent
4aee656ae6
commit
f2ba8c51c4
2 changed files with 14 additions and 7 deletions
|
@ -99,9 +99,16 @@ form.customForm input.concept-search {
|
|||
background-color: #317e95;
|
||||
}
|
||||
form.customForm h5.services {
|
||||
margin-bottom: -10px;
|
||||
margin-bottom: -8px;
|
||||
margin-top: -12px;
|
||||
}
|
||||
form.customForm p.inline-search {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
form.customForm p.inline-search #searchTerm{
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
/* <------ DATE TIME*/
|
||||
form.customForm label.dateTime {
|
||||
display: inline;
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
</#if>
|
||||
|
||||
<div id="showAddForm">
|
||||
|
||||
<input type="submit" value="Add Concept" id="showAddFormButton" name="showAddFormButton"> or
|
||||
<a class="cancel" href="${cancelUrl}&url=/individual">Return to Profile Page</a>
|
||||
</div>
|
||||
|
@ -85,10 +86,9 @@
|
|||
<label class="inline" for="${thisSource.label}"> <a href="${thisSource.url}">${thisSource.label}</a> (${thisSource.description})</label>
|
||||
<br />
|
||||
</#list>
|
||||
|
||||
<p class="inline">
|
||||
<p class="inline-search">
|
||||
<input type="text" id="searchTerm" label="Search" class="acSelector" size="35" />
|
||||
<input type="button" class="submit concept-search" id="searchButton" name="searchButton" value="Search"/>
|
||||
<input type="button" class="submit concept-search" id="searchButton" name="searchButton" value="Search"/>
|
||||
</p>
|
||||
<input type="hidden" id="conceptNode" name="conceptNode" value=""/> <!-- Field value populated by JavaScript -->
|
||||
<input type="hidden" id="conceptLabel" name="conceptLabel" value="" /> <!-- Field value populated by JavaScript -->
|
||||
|
@ -100,13 +100,13 @@
|
|||
</div>
|
||||
<div id="errors" name="errors"></div>
|
||||
|
||||
<div id="createOwn"><br /><a href="${userDefinedConceptUrl}" > Can't find the concept you want? Create your own.</a>
|
||||
</div>
|
||||
<input type="hidden" name="editKey" id="editKey" value="${editKey}"/>
|
||||
<p class="submit">
|
||||
<input type="submit" id="submit" name="submit" value="Add Selected Concept" />
|
||||
<span class="or"> or </span><a class="cancel" href="${cancelUrl}">Cancel</a>
|
||||
</p>
|
||||
<div id="createOwn"><br /><a href="${userDefinedConceptUrl}" > Can't find the concept you want? Create your own.</a>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue