libreoffice-online/loleaflet/dist/loleaflet.css
Pranav Kant c641a2da8c loleaflet: Shift everything 25px down for filemenu toolbar
Change-Id: Ibf03dd066ea5c97a054dbda575daa3cb5d5f708c
2016-05-23 13:27:44 +05:30

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;
}