16 lines
580 B
CSS
16 lines
580 B
CSS
/*
|
|
Document : style
|
|
Created on : 03.04.2014, 10:51:45
|
|
Author : all4dk
|
|
Description:
|
|
Purpose of the stylesheet follows.
|
|
*/
|
|
|
|
html {height: 100%;}
|
|
body {margin: 0; padding: 0; height: 100%;}
|
|
div#map {width: 100%; height: 100%;}
|
|
div.infoCard {width: 400px;}
|
|
div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;}
|
|
div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;}
|
|
div.header h1 {display: inline; color: #555;}
|
|
div.add {cursor: pointer;} |