Skip to content

Commit

Permalink
#7 Updated web interface
Browse files Browse the repository at this point in the history
Changed blending of geometric image
Added zoom slider for demo div
  • Loading branch information
DreyerChris committed Aug 17, 2017
1 parent 5a6fe9b commit 67525d5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,13 @@ a{
margin-top: 65px;
}

input[type=range][orient=vertical]
{
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 400px;
padding: 0 5px;
}


3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ <h2 class="section-heading">Demo</h2>
<div class="col-sm-11">
<div id="voxelDemo" width="800" height="400"></div>
</div>
<div class="col-sm-1">
<input type="range" id="zoomSlider" orient="vertical" />
</div>
</div>
<div class="row save-buttons">
<div class="col-sm-4">
Expand Down
Binary file modified resources/images/Thumbs.db
Binary file not shown.
Binary file modified resources/images/geometry3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67525d5

Please sign in to comment.