diff css/taggingtext.css @ 103:2cc65ff46174 extractapp

minor fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 25 Jul 2016 17:10:16 +0200
parents 9a29e9d28ece
children 21e89eca0b84
line wrap: on
line diff
--- a/css/taggingtext.css	Wed May 25 11:29:28 2016 +0200
+++ b/css/taggingtext.css	Mon Jul 25 17:10:16 2016 +0200
@@ -143,3 +143,18 @@
 .editable {
 	cursor: hand;
 }
+
+
+#loading{
+	position:fixed;
+	z-index:2000;
+	background:rgba(0,0,0,0.5);
+	color:#fff;
+	width:100vw;
+	height:100vh;
+	padding:300px 0;
+	text-align:center;
+	vertical-align:middle;
+	font-size:20px;
+	line-height:20px;
+}