UNPKG

gars_v2

Version:

Geo Assistant Research System

96 lines (88 loc) 1.73 kB
html, body { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; } .view{ position: absolute; display: flex; background-repeat: no-repeat; transform-origin: 0px 0px; cursor: pointer; } .view .img{ flex-grow: 1; /* disable touch for inner Image view*/ touch-action: none; -webkit-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .fa-spin{ font-size: 64px; justify-content: center; color: #aaa; min-height: 100vh; display: flex; align-items: center; } .timeline-panel{ position: absolute; left: 0; top: 0; padding: 10px; z-index:103; .btn{ width: 120px; font-size: 12px; margin-right: 10px; margin-bottom: 10px; display: block; } } .control-panel{ position: absolute; right: 0; bottom: 0; padding: 10px; z-index: 103; .btn{ width: 80px; font-size: 12px; margin-right: 10px; margin-bottom: 10px; display: block; } } .plot-panel{ position: absolute; right: 0; top: 0; z-index: 103; font-size: 12px; background: white; border-radius: 0 0 0px 20px; box-shadow: 3px 3px 5px #eee; } .info-panel{ position: absolute; bottom: 0; left: 0; z-index: 1; background: rgba(255,255,255,0.5); #colorbar{ height: 45px; } table{ font-size: 12px; th, td{ text-align: center; } } } .highcharts-menu hr{ margin-top: 5px; margin-bottom: 5px; }