updates to associated concept and user defined concept generators, related preprocessors, css, and javascript file

This commit is contained in:
hjkhjk54 2011-11-23 22:08:43 +00:00
parent c3d1d16d9b
commit b54b8c566d
8 changed files with 645 additions and 107 deletions

View file

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