c641a2da8c
Change-Id: Ibf03dd066ea5c97a054dbda575daa3cb5d5f708c
22 lines
273 B
CSS
22 lines
273 B
CSS
#document-container {
|
|
border-top: 1px solid #B6B6B6;
|
|
background: #DFDFDF;
|
|
position: absolute;
|
|
top: 70px;
|
|
bottom: 33px;
|
|
right: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
#map {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 16px;
|
|
left: 0px;
|
|
right: 16px;
|
|
z-index: 10;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|