From b4b3c1300b52efeb26ccc7335eab971be8ef2761 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 14 Jan 2011 22:36:11 +0000 Subject: [PATCH] NIHVIVO-1719; Fixed formatting for radio buttons --- webapp/web/css/edit.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index eda198061..afc94d24f 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -326,6 +326,10 @@ span.entityRelationsSpan { color: #2E440C; text-align: center; } +div.sparqlform label { + display: inline; + font-weight: normal; +} /* Temporary hack to remove stuff from forms in vivoweb only */ .hideFromVivoWeb { display: none;