Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfwind521 committed Aug 18, 2015
1 parent 929a427 commit 9f0dd9f
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 72 deletions.
116 changes: 47 additions & 69 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions css/indoor3D.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,28 @@
}

.floorsUI{
top:10px;
top:100px;
}

.testButton{
top: 400px;
margin-left: auto;
margin-right: 2px;
top: 100px;
float:right;
width: 100%;
}
.testButton ul{
float: right;

}
.floorsUI li, .testButton li{
max-width: 100px;
padding: 10px;
background-color: #e8e8e8 ;
border: 1px solid #bbbbbb;
text-align: center;
list-style-type:none;

}

.floorsUI .selected{
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@

</script>
<!-- buttons just for test-->
<ul class="testButton">
<div class="testButton">
<ul >
<li onclick="indoorMap.zoomIn(1.2)">+</li>
<li onclick="indoorMap.zoomOut(0.8)">-</li>
<li onclick="indoorMap.setTopView()">Top View</li>
<li onclick="indoorMap.setDefaultView()">Default View</li>

</ul>
</div>
</body>
</html>

0 comments on commit 9f0dd9f

Please sign in to comment.