diff css/mapstyle2.css @ 290:8e120dadd0a5 gmap2

Improve layout and stylesheets slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Nov 2016 17:18:36 +0200
parents 373db5c1fe6f
children eb98c0758955
line wrap: on
line diff
--- a/css/mapstyle2.css	Thu Nov 17 15:42:07 2016 +0200
+++ b/css/mapstyle2.css	Thu Nov 17 17:18:36 2016 +0200
@@ -197,24 +197,31 @@
 	margin: 0px;
 }
 
-#headcontent h2 {
+.subtitle {
 	font-size: 1.5em;
 	padding: 0px;
 	margin: 0px;
 	color: red;
 }
 
-#headcontent div {
-	display: inline-block;
+.credits {
+	font-size: 0.75em;
+	color: white;
 }
 
-#headcontent div.controls {
+.version {
+}
+
+.timestamp {
+}
+
+.controls {
 	position: absolute;
 	right: 280px;
 	width: auto;
 }
 
-#headcontent div.controls a {
+.controls a {
 	background: rgba(0,0,0,0.5);
 	padding: 0.5em;
 	color: #ddd;
@@ -223,7 +230,7 @@
 	box-shadow: 2px 2px 2px #000;
 }
 
-#headcontent div.controls a:hover {
+.controls a:hover {
 	background: rgba(0,0,0,0.2);
 	color: #fff;
 	border: 1px solid #888;