NIHVIVO-193 Style tweaks

This commit is contained in:
rjy7 2010-03-30 01:06:45 +00:00
parent f1ab7cd78d
commit f7b7bd476c
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,10 @@
clear: left;
}
#content form h6 {
font-size: 110%;
}
#addNewLink {
float: right;
margin-right: 18em;

View file

@ -320,7 +320,7 @@
</div>
<div id="new">
<h5>Add a New Organization</h5>
<h6>Add a New Organization</h6>
<v:input type="text" label="Organization Name" labelClass="required" id="newOrgName" />
<v:input type="select" label="Select Organization Type" labelClass="required" id="newOrgType" />
</div>