diff admin.css @ 427:707213312891

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 21:19:41 +0200
parents 0688a1d2122e
children 2a4d5ded6c79
line wrap: on
line diff
--- a/admin.css	Thu Dec 05 20:21:55 2013 +0200
+++ b/admin.css	Thu Dec 05 21:19:41 2013 +0200
@@ -169,10 +169,6 @@
 	text-align: right;
 }
 
-#ctrlEditRotationList {
-	width: 40em;
-}
-
 #ctrlEditRotationList input {
 	display: inline;
 }
@@ -221,3 +217,30 @@
 	width: 100%;
 }
 
+
+#adminPopup {
+	position: absolute;
+	top: 0px;
+	bottom: 0px;
+	left: 0px;
+	right: 0px;
+	z-index: 50;
+	display: none;
+}
+
+#adminPopup > div {
+	position: absolute;
+	top: 25%;
+	left: 10%;
+	height: auto;
+	min-width: 80%;
+	max-width: 80%;
+	z-index: 52;
+	background: black;
+	border: 1px solid green;
+	padding: 1.5em;
+
+	-moz-border-radius: 1em;
+	border-radius: 1em;
+}
+