From 7a7e14bdeb2f9e5d9b9865f2fad70e97fa49fd07 Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Sat, 21 Sep 2013 15:25:21 +0200 Subject: [PATCH] updated --- web/style.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index dc73a4f..9f2ca71 100644 --- a/web/style.css +++ b/web/style.css @@ -1 +1,34 @@ -#map { height: 180px; } +#header{ + top:40px; + width: 100%; + height: 10px; + position: absolute; + z-index: 3; + color:red; + text-align: center; + +} +#map { + z-index:1; + top: 0px; + left: 0px; + position:absolute; +} + + +#bar{ + z-index:2; + top:0px; + right:0px; + width:50px; + height:100%; + position:fixed; + background-color: white; + border-left: 1px black solid; +} + + +#info{ + color:red; + +} \ No newline at end of file