Adding changes and code for terminology annotation support and integration of UMLS vocabulary

This commit is contained in:
hjkhjk54 2011-08-15 21:48:08 +00:00
parent a3f174f813
commit dc46b3e195
9 changed files with 1005 additions and 1 deletions

View file

@ -0,0 +1,29 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
.terminology .column {
float:left;
padding-right:3px;
}
.terminology .row {
clear:both;
float:left;
border-bottom: 1px solid #5F6464;
}
.termLabel {
width:220px;
font-weight:bold;
}
.termType {
width: 40px;
}
.termDefinition{
width:400px;
}
form#addTerminologyForm {
display:none;
}