vivo/productMods/edit/forms/css/addConcept.css

29 lines
410 B
CSS
Raw Normal View History

/* $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;
}