Skip to content

Commit

Permalink
#7 Updated web interface
Browse files Browse the repository at this point in the history
Added skeleton for color guidelines
  • Loading branch information
DreyerChris committed Aug 24, 2017
1 parent e831f0a commit e0905d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ a{
min-height: 400px;
}

#colorGuidelinesCanvas{
min-height: 400px;
}

#converter2Canvas1{
background-color: transparent;
min-height: 400px;
Expand Down
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,18 @@ <h4 class="modal-title">Rules file color guidelines</h4>
"Texture" : "./resources/textures/-----.jpg"
]}
</code></pre><br/>
<div id="converter1Canvas" width="800" height="400"></div>
<div id="colorGuidelinesCanvas" width="800" height="400"></div>
<h4>Available colors:</h4>
<div id="availableColorList" class="row available-color-list">
<div class="col-xs-12 available-color-container">
<div class="col-xs-2 available-color-display" style="background-color: #678945">
&nbsp;
</div>
<div class="col-xs-10 available-color-name">
| "0x678945"
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit e0905d4

Please sign in to comment.