diff admin.css @ 396:2b77599d0324

Stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 13:40:24 +0200
parents 14cdbeb331b6
children d8fd57e7b90e
line wrap: on
line diff
--- a/admin.css	Thu Dec 05 12:19:43 2013 +0200
+++ b/admin.css	Thu Dec 05 13:40:24 2013 +0200
@@ -1,3 +1,23 @@
+#ctrlModeControls input[type="radio"] {
+	display: none;
+}
+
+#ctrlModeControls input[type="radio"] + label:before {
+	content: "O";
+	display: inline-block;
+	color: green;
+	font-size: 2em;
+}
+
+#ctrlModeControls input[type="radio"]:checked + label:before {
+	content: "X";
+	display: inline-block;
+	color: red;
+	font-weight: bold;
+	font-size: 2em;
+}
+
+
 div.tabHeaders {
 	margin-top: 10pt;
 	margin-bottom: 0px;
@@ -103,7 +123,9 @@
 	background: rgba(0,255,0,0.2);
 }
 
-#ctrlGlobalControls {
+
+
+#ctrlModeControls, #ctrlSystemControls {
 	border: 2px solid green;
 	padding: 0.5em;
 	border-radius: 0.5em;
@@ -111,6 +133,9 @@
 	margin: 0.2em;
 }
 
+#ctrlSystemControls {
+}
+
 
 #ctrlEditDisplaySlide {
 	position: absolute;