changeset 13:09326e3d502b

Popup position set to fixed
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 25 Apr 2016 01:17:15 +0100
parents 49fe2f5efdf8
children f63604ce8f21
files core.css interfaces/discrete.css
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/core.css	Sun Apr 24 20:49:35 2016 +0100
+++ b/core.css	Mon Apr 25 01:17:15 2016 +0100
@@ -42,7 +42,7 @@
 	border-radius: 10px;
 	box-shadow: 0px 0px 50px #000;
 	z-index: 2;
-    position: absolute;
+	position: fixed;
 }
 
 div#popupContent {
@@ -104,7 +104,7 @@
 	z-index: 2;
 	width: 100%;
 	height: 100%;
-	position: absolute;
+	position: fixed;
 	left: 0px;
 	top: 0px;
 }
--- a/interfaces/discrete.css	Sun Apr 24 20:49:35 2016 +0100
+++ b/interfaces/discrete.css	Mon Apr 25 01:17:15 2016 +0100
@@ -4,7 +4,7 @@
  */
 body {
 	/* Set the background colour (note US English spelling) to grey*/
-	background-color: #ddd
+	background-color: #ddd;
 }
 
 div.pageTitle {
@@ -19,12 +19,12 @@
 
 div.testHalt {
 	/* Specify any colouring during the test halt for pre/post questions */
-	background-color: rgba(0,0,0,0.5);
+	/* background-color: rgba(0,0,0,0.5); */
 	/* Don't mess with this bit */
 	z-index: 2;
 	width: 100%;
 	height: 100%;
-	position: absolute;
+	position: fixed;
 	left: 0px;
 	top: 0px;
 }