diff search.css @ 5:1cf7bb8db5dd

modify passwd popup
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 12 Oct 2015 15:36:13 +0200
parents c9363a90b8b5
children 23dcd1b5e9c4
line wrap: on
line diff
--- a/search.css	Thu Jun 25 18:29:48 2015 +0200
+++ b/search.css	Mon Oct 12 15:36:13 2015 +0200
@@ -67,3 +67,16 @@
 irrelevant{
 	color:#ddd;
 }
+#popup {
+  position:fixed;
+	z-index:2000;
+	background:rgba(0,0,0,0.5);
+	color:#fff;
+	width:100vw;
+	height:100vh;
+	padding:80px 0;
+	text-align:center;
+	vertical-align:middle;
+	font-size:20px;
+	line-height:20px;
+}