Mercurial > hg > webaudioevaluationtool
changeset 948:46eca4a8ad43
Bug #1206: Question title more pronounced and with greater spacing.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Sun, 24 May 2015 11:45:35 +0100 |
parents | c26cfa1c5fc0 |
children | 48e05b7a16e0 |
files | ape.css example_eval/project.xml |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.css Sun May 24 11:33:04 2015 +0100 +++ b/ape.css Sun May 24 11:45:35 2015 +0100 @@ -14,6 +14,11 @@ div.pageTitle { width: auto; height: 20px; + margin-top: 20px; +} + +div.pageTitle span{ + font-size: 1.5em; } div.testHalt {
--- a/example_eval/project.xml Sun May 24 11:33:04 2015 +0100 +++ b/example_eval/project.xml Sun May 24 11:45:35 2015 +0100 @@ -43,7 +43,7 @@ </PreTest> <PostTest> <statement>Please take a break before the next test</statement> - <question id="testComment">How did you find the test</question> + <question id="testComment" mandatory="true">How did you find the test</question> </PostTest> </audioHolder> </BrowserEvalProjectDocument> \ No newline at end of file