diff core.css @ 311:f46398fdf56c Dev_main

Updating test create using questions
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 23 Sep 2015 11:42:11 +0100
parents 1de796227531
children a275f9689af6
line wrap: on
line diff
--- a/core.css	Tue Sep 15 10:16:34 2015 +0100
+++ b/core.css	Wed Sep 23 11:42:11 2015 +0100
@@ -58,6 +58,18 @@
 	background-color: #fff;
 }
 
+div.testHalt {
+	/* Specify any colouring during the test halt for pre/post questions */
+	background-color: rgba(0,0,0,0.5);
+	/* Don't mess with this bit */
+	z-index: 2;
+	width: 100%;
+	height: 100%;
+	position: absolute;
+	left: 0px;
+	top: 0px;
+}
+
 textarea.trackComment {
 	max-width: 594px;
 	min-width: 350px;