diff css/common.css @ 299:ce52a0b7b281 gmap2

Rework the visibility controls DOM and CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Nov 2016 03:31:01 +0200
parents 537620c8f53b
children e7aa649b0090
line wrap: on
line diff
--- a/css/common.css	Sun Nov 20 20:56:23 2016 +0200
+++ b/css/common.css	Mon Nov 21 03:31:01 2016 +0200
@@ -9,23 +9,20 @@
 .c_special div { background: #a06; }
 .c_all div { background: #0af; }
 
-#controls span {
+#controls a {
 	border: 1px solid black;
 	margin: 0.15em;
 	display: inline-table;
 	border-radius: 0.2em;
-}
-
-#controls span a {
 	text-decoration: none;
 	color: black;
-	margin: 1em;
+	padding: 0.30em;
 }
 
 #controls div {
 	padding-bottom: 1em;
 }
 
-#controls span.visible { background: white; }
-#controls span.hidden { background: red; }
+#controls a.visible { background: white; }
+#controls a.hidden { background: red; }