mirror of https://gitee.com/bigwinds/arangodb
Added definition for demo overlay window
This commit is contained in:
parent
cfa9e2de5c
commit
67b348c7d6
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue