18 lines
247 B
CSS
18 lines
247 B
CSS
#document-container {
|
|
border-top: 2px solid #B6B6B6;
|
|
background: #DFDFDF;
|
|
position: absolute;
|
|
top: 70px;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
left: 0px;
|
|
}
|
|
|
|
#map {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 16px;
|
|
left: 0px;
|
|
right: 16px;
|
|
z-index: 10;
|
|
}
|