changeset 474:9d6bd24f0400

Move stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 23:58:41 +0200
parents f497bd8c5d41
children 350e68dc6599
files admin.css
diffstat 1 files changed, 26 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/admin.css	Fri Dec 06 22:48:47 2013 +0200
+++ b/admin.css	Fri Dec 06 23:58:41 2013 +0200
@@ -1,3 +1,28 @@
+#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;
+
+	border-radius: 1em;
+}
+
 #ctrlModeControls input[type="radio"] {
 	display: none;
 }
@@ -131,9 +156,6 @@
 	margin: 0.2em;
 }
 
-#ctrlSystemControls {
-}
-
 
 #ctrlEditDisplaySlide {
 	position: absolute;
@@ -216,31 +238,6 @@
 }
 
 
-#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;
-
-	border-radius: 1em;
-}
-
 div.ctrlInfo {
 	position: fixed;
 	top: 1em;
@@ -256,6 +253,7 @@
 	display: none;
 }
 
+
 div.ctrlBox:hover div.ctrlInfo {
 	display: block;
 }