1
0
Fork 0

Added definition for demo overlay window

This commit is contained in:
Claudius Weinberger 2015-04-26 16:58:20 -07:00
parent cfa9e2de5c
commit 67b348c7d6
1 changed files with 31 additions and 0 deletions

View File

@ -9,3 +9,34 @@ div.demo-dropdown-menu {
width: 222px;
z-index: 100;
}
#flightQuerySelect.query-select {
height: 25px;
margin-top: 6px;
font-size: 13px;
line-height: 1.1em;
}
#demo-mapdiv {
position: relative;
}
#demo-mapdiv-info {
position: absolute;
right: 20px;
width: 225px;
height: 150px;
bottom: 20px;
border: 1.5px solid #222;
border-radius: 4px;
background-color: rgba(255,255,255, 0.75);
padding: 6px 6px 3px 6px;
font-size: 11px;
line-height: 1.3em;
}
.amcharts-balloon-div {
line-height: 1.1em;
}