From c0202b0ad65efa451fe1770f2f02221e11b76f57 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 6 Sep 2011 15:03:02 +0000 Subject: [PATCH] NIHVIVO-3142: Fixed some display issues when exporting QR codes. --- productMods/css/individual/individual-qr.css | 2 ++ .../templates/freemarker/body/foaf-person--exportQrCode.ftl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/productMods/css/individual/individual-qr.css b/productMods/css/individual/individual-qr.css index 0cc45308..080bac8e 100644 --- a/productMods/css/individual/individual-qr.css +++ b/productMods/css/individual/individual-qr.css @@ -2,9 +2,11 @@ .qrCode { float: left; + padding-left: .7em; } img.qrCode { margin-bottom: 2em; + padding-left: 0; } .vcard { clear: left; diff --git a/productMods/templates/freemarker/body/foaf-person--exportQrCode.ftl b/productMods/templates/freemarker/body/foaf-person--exportQrCode.ftl index 4f79856e..bc0ed3b2 100644 --- a/productMods/templates/freemarker/body/foaf-person--exportQrCode.ftl +++ b/productMods/templates/freemarker/body/foaf-person--exportQrCode.ftl @@ -9,7 +9,7 @@

Export QR Code (What is this?)

<#assign thumbUrl = individual.thumbUrl! "${urls.images}/placeholders/person.thumbnail.jpg" > - +

${individual.nameStatement.value}