diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css
index ec06252..3e15e5c 100644
--- a/browser/skin/lobo/lobo.css
+++ b/browser/skin/lobo/lobo.css
@@ -120,6 +120,10 @@ thead th {
margin-bottom: 0.3em;
}
+.infotext {
+ font-size: 90%;
+}
+
.fields td {
vertical-align: top;
}
@@ -163,6 +167,10 @@ table.listing td {
border-bottom: 1px dotted #dddddd;
}
+table.listing tr.vpad td {
+ padding: 7px 2px 7px 2px;
+}
+
fieldset.box table.listing td {
padding: 0 1px 0 1px;
}
diff --git a/knowledge/survey/browser.py b/knowledge/survey/browser.py
index 99eac6d..d9075d6 100644
--- a/knowledge/survey/browser.py
+++ b/knowledge/survey/browser.py
@@ -112,7 +112,7 @@ class SurveyView(ConceptView):
mapping=dict(minAnswers=qugroup.minAnswers)),
target_language=lang)
if info:
- text = u'%s
(%s)' % (text, info)
+ text = u'%s
(%s)' % (text, info)
return text
def getValues(self, question):
diff --git a/knowledge/survey/view_macros.pt b/knowledge/survey/view_macros.pt
index 51c2c6a..bdb6ded 100644
--- a/knowledge/survey/view_macros.pt
+++ b/knowledge/survey/view_macros.pt
@@ -47,12 +47,12 @@
-
+
-
|
Does not apply | ||||