From 7cc5501f70c563199ff2219e296c58e96433c6e7 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 28 Jun 2011 21:23:55 +0000 Subject: [PATCH] NIHVIVO-2777: Adjusted CSS for ontology hierarchy display to put top-level classes in bigger font. --- webapp/web/css/edit.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index 7ae7dd1d4..69c7e0a92 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -88,6 +88,11 @@ p.submit { padding: 2px 2px 2px 2px; 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 { font-size: 11px; line-height : 13px;