changeset 195:20958bb31ee6 gmap2

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 04:52:46 +0200
parents 6fefa0f6af05
children 1307410acf6d
files css/mapstyle2.css
diffstat 1 files changed, 18 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle2.css	Wed Mar 12 04:36:51 2014 +0200
+++ b/css/mapstyle2.css	Wed Mar 12 04:52:46 2014 +0200
@@ -16,16 +16,13 @@
 	position: absolute;
 
 	left: 0.2em;
-	right: 0.2em;
+	right: 300px;
 	top: 0.25em;
 
 	padding: 0.5em;
 
 	color: white;
 	font-size: 10pt;
-
-	background: rgba(0,0,0, 0.6);
-	border-radius: 0.2em;
 }
 
 #footercontent span {
@@ -35,8 +32,8 @@
 #sidebar {
 	position: absolute;
 	right: 0px;
-	top: 80px;
-	bottom: 80px;
+	top: 0px;
+	bottom: 0px;
 	width: 270px;
 	padding: 0px;
 	margin: 0px;
@@ -57,8 +54,8 @@
 	z-index: 10;
 
 	width: 100%;
-	height: 65px;
-	top: -50px;
+	height: 10px;
+	top: 0px;
 }
 
 #sidebottom {
@@ -67,9 +64,8 @@
 	z-index: 10;
 
 	width: 100%;
-	height: 75px;
-	bottom: -35px;
-
+	height: 10px;
+	bottom: 0px;
 }
 
 #sidecontent {
@@ -77,16 +73,21 @@
 	z-index: 15;
 
 	top: 140px;
-	bottom: 32px;
+	bottom: 16px;
 
-	right: 16px;
-	left: 16px;
+	right: 8px;
+	left: 8px;
 
 	color: black;
 	overflow: auto;
 
 	font-size: 10pt;
 	font-family: Times;
+
+	padding: 0.5em;
+	background: rgba(0,0,0, 0.3);
+
+	border-radius: 0.25em;
 }
 
 #sidecontent a {
@@ -108,10 +109,11 @@
 #controls {
 	position: absolute;
 
-	top: 28px;
+	top: 16px;
 	right: 16px;
 	left: 16px;
 
+	font-size: 12px;
 	text-align: center;
 }
 
@@ -133,7 +135,7 @@
 	width: 8px;
 	background-image: url(../img/graystrip.jpg);
 	position : absolute;
-	right: 270px;
+	right: 268px;
 	top: 0px;
 	bottom: 0px;
 	min-height: 50px;