29 lines
411 B
CSS
29 lines
411 B
CSS
![]() |
/* $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;
|
||
|
}
|