mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
hacky way to collapse/stack displays
This commit is contained in:
@@ -86,10 +86,10 @@
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
<div id="view">
|
||||
<div id="view" class="collapse">
|
||||
<div class="ranges">
|
||||
</div>
|
||||
<div class="observations">
|
||||
<div class="observations ">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -74,3 +74,15 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
#view.collapse .pool {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#view .observations {
|
||||
position: relative;
|
||||
padding-bottom: 500px;
|
||||
}
|
||||
|
||||
|
||||
@@ -131,6 +131,7 @@ function manager (view, data, opts) {
|
||||
var templates = opts.templates;
|
||||
var item_opts = opts.item_opts || { };
|
||||
var pools = [ ];
|
||||
var master = { };
|
||||
function manage ( ) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user