2011-08-15 21:48:08 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2011-11-23 22:08:43 +00:00
|
|
|
.concepts .column {
|
2011-08-15 21:48:08 +00:00
|
|
|
float:left;
|
|
|
|
padding-right:3px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-11-23 22:08:43 +00:00
|
|
|
.concepts .row {
|
2011-08-15 21:48:08 +00:00
|
|
|
clear:both;
|
|
|
|
float:left;
|
|
|
|
border-bottom: 1px solid #5F6464;
|
|
|
|
}
|
|
|
|
|
2011-11-23 22:08:43 +00:00
|
|
|
.conceptLabel {
|
2011-08-15 21:48:08 +00:00
|
|
|
width:220px;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2011-11-23 22:08:43 +00:00
|
|
|
.conceptType {
|
2011-08-15 21:48:08 +00:00
|
|
|
width: 40px;
|
|
|
|
}
|
2011-11-23 22:08:43 +00:00
|
|
|
.conceptDefinition{
|
2011-08-15 21:48:08 +00:00
|
|
|
width:400px;
|
|
|
|
}
|
|
|
|
|
2011-11-23 22:08:43 +00:00
|
|
|
form#addConceptForm {
|
2011-08-15 21:48:08 +00:00
|
|
|
display:none;
|
|
|
|
}
|