From 77af800507041ca8276e3bef60a3a55ae5441986 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Thu, 29 Jul 2010 02:20:45 +0000 Subject: [PATCH] Updated templates to look a bit better and include the limesurvey customonLoad function --- .../limesurvey/templates/quexs/endpage.pstpl | 22 +++++-------------- .../templates/quexs/question_start.pstpl | 2 +- .../limesurvey/templates/quexs/template.css | 4 ++-- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/include/limesurvey/templates/quexs/endpage.pstpl b/include/limesurvey/templates/quexs/endpage.pstpl index c091fa88..ab51580e 100644 --- a/include/limesurvey/templates/quexs/endpage.pstpl +++ b/include/limesurvey/templates/quexs/endpage.pstpl @@ -1,20 +1,8 @@ - - \ No newline at end of file + diff --git a/include/limesurvey/templates/quexs/question_start.pstpl b/include/limesurvey/templates/quexs/question_start.pstpl index 07d29358..8d66f153 100644 --- a/include/limesurvey/templates/quexs/question_start.pstpl +++ b/include/limesurvey/templates/quexs/question_start.pstpl @@ -1,6 +1,6 @@ -{QUESTION_MANDATORY}{QUESTION_TEXT}
{QUESTION_HELP} +{QUESTION_MANDATORY}{QUESTION_TEXT}
{QUESTION_MAN_MESSAGE} {QUESTION_VALID_MESSAGE} diff --git a/include/limesurvey/templates/quexs/template.css b/include/limesurvey/templates/quexs/template.css index 04d97d79..fca29fa4 100644 --- a/include/limesurvey/templates/quexs/template.css +++ b/include/limesurvey/templates/quexs/template.css @@ -223,7 +223,7 @@ td.answer { } td.questionhelp { - font-size:10px; + font-size:12px; background-color:#eef6ff; padding-left:1em; } @@ -910,4 +910,4 @@ div#wrapper { .kbd-access { margin-right: 1em; -} \ No newline at end of file +}