NIHVIVO-2777: Adjusted CSS for ontology hierarchy display to put top-level classes in bigger font.
This commit is contained in:
parent
cd976b67bc
commit
7cc5501f70
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ p.submit {
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
.editingForm table tr.row td:nth-child(2) a {
|
||||||
|
font-size: 1.2em;
|
||||||
|
font-weight: bold;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
td.verticalfieldlabel {
|
td.verticalfieldlabel {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height : 13px;
|
line-height : 13px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue