From ff7cbbe69bc708959575abb316ac7c7aceca2c86 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 16 Aug 2011 20:20:09 +0000 Subject: [PATCH] css change for mailingAddress custom list view --- 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 69c7e0a92..1b57b6294 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -348,6 +348,10 @@ div.sparqlform .parenthetical { margin-top: 0; margin-bottom: .25em; } +/* custom list view for mailingAddress */ +div.adr { + display: inline-block; +} /* Temporary hack to remove stuff from forms in vivoweb only */ .hideFromVivoWeb { display: none;