changeset 452:6b0802a8e07c

Adjust message box z-index.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 17:08:45 +0200
parents 772a2138861b
children f2a0da566e30
files main.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.css	Fri Dec 06 16:52:24 2013 +0200
+++ b/main.css	Fri Dec 06 17:08:45 2013 +0200
@@ -210,7 +210,7 @@
 	bottom: 0px;
 	left: 0px;
 	right: 0px;
-	z-index: 50;
+	z-index: 60;
 	display: none;
 }
 
@@ -221,7 +221,7 @@
 	height: auto;
 	min-width: 50%;
 	max-width: 80%;
-	z-index: 52;
+	z-index: 62;
 	background: black;
 	border: 1px solid green;
 	padding: 1.5em;