diff options
| author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-21 17:14:45 +0200 | 
|---|---|---|
| committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-21 17:14:45 +0200 | 
| commit | 56a38583fd770ad8851de49485489e30baa7467c (patch) | |
| tree | 5edd90db060d8b61d2ae74f5800b806a972eb44a /web/nms.gathering.org/nms2/index.html | |
| parent | 0443c94d44ecf94d10f47bba2945e695bd16da12 (diff) | |
NMS: More coarse-tuning of comments
Wouldn't call it fine tuning.
Now got active/inactive/persists/delete state working OK, and things are
showing up prettier.
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> | 
