Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions OSOpenSpace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.leaflet-container .os-leaflet-terms-container {
display: none;
position: relative;
margin: 16px;
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
z-index: 1200;
overflow: hidden
}

.leaflet-container a.os-leaflet-terms-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}

.leaflet-container a.os-leaflet-terms-close-button:hover {
color: #999;
}

.leaflet-container .os-leaflet-terms {
overflow: auto;
line-height: 1.4;
padding: 0 10px;
margin: 19px 6px 11px;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
Loading