Skip to content

Commit

Permalink
chore(example): fix some CSS misalignement (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarov authored Aug 27, 2019
1 parent bb44243 commit 5a90b48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/3dtiles_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<div id="viewerDiv"></div>
<div class="help">
<div id="description">
<p><b>Feature Information:</b></p>
<div id="featureInfo"></div>
</div>
Expand Down
1 change: 1 addition & 0 deletions examples/css/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ html, body {
position: absolute;
top: 10px;
right: 10px;
overflow: hidden;
}

#description, .text {
Expand Down
8 changes: 3 additions & 5 deletions examples/source_stream_wfs_25d.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
<li>T: orient camera to a top view</li>
<li>Y: move camera to start position</li>
</ul>
</div>
<div id="viewerDiv"></div>
<div class="help" style="left: 0; right: unset;">
<br />
<p><b>Information Batiment</b></p>
<ul id="info">
</ul>
<ul id="info"></ul>
</div>
<div id="viewerDiv"></div>
<script src="../dist/itowns.js"></script>
<script src="js/GUI/LoadingScreen.js"></script>
<script type="text/javascript">
Expand Down
4 changes: 2 additions & 2 deletions examples/source_stream_wfs_raster.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="../dist/itowns.js"></script>
<script src="js/GUI/LoadingScreen.js"></script>
<script src="../dist/debug.js"></script>
<div class="help">
<div id="description">
<p><b>Building Information</b></p>
<ul id="info">
</ul>
Expand Down Expand Up @@ -80,7 +80,7 @@
color: 'red',
opacity: 0.5
},
stroke: {
stroke: {
color: 'white',
width: 2.0,
},
Expand Down

0 comments on commit 5a90b48

Please sign in to comment.