diff options
Diffstat (limited to 'web/nms.gathering.org/nms2/index.html')
-rw-r--r-- | web/nms.gathering.org/nms2/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html index 7d4a718..50a81eb 100644 --- a/web/nms.gathering.org/nms2/index.html +++ b/web/nms.gathering.org/nms2/index.html @@ -141,16 +141,13 @@ <button class="btn" onclick="document.getElementById('nowPickerBox').style.display = 'none';">Cancel</button> </div> </div> - <div style="position: absolute; z-index: 120;" - class="col-md-3"> + <div style="position: absolute; z-index: 120;" class="col-md-3"> <div id="info-switch-parent" class="panel panel-default col-d-6" style="display: none; backgroun:silver; position: absolute; z-index: 120;"> <div class="panel-heading"><h3 class="panel-title" id="info-switch-title"></h3></div> - <div class="panel-body"> <div id="info-switch-panel-body"> <table class="table" id="info-switch-table"></table> </div> - </div> </div> </div> <div id="aboutBox" class="panel panel-default" style="display: none; position: absolute; z-index: 100;"> @@ -232,7 +229,7 @@ <div class="panel-heading"><h1 class="panel-title">Set layer visibility <button type="button" class="close" aria-labe="Close" onclick="document.getElementById('layerVisibility').style.display = 'none';" style="float: right;"><span aria-hidden="true">×</span></button></h1></div> <div class="panel-body"> - <table class="table"> + <table id="visibilityTable" class="table"> <tr><td>Background</td><td> <button onclick='hideLayer("bgCanvas");'>Hide</button> <button onclick='showLayer("bgCanvas");'>Show</button> |