Skip to content

Commit

Permalink
another push
Browse files Browse the repository at this point in the history
  • Loading branch information
ShujaatMirza committed Apr 17, 2016
1 parent 36202dc commit 0dd0270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions model/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ paper-button{
margin: auto;
top:100px;
}
#title{
#top-title, #bottom-title{
z-index: 1000;
display: block;
margin-left: auto;
margin-right: auto;
}
#title h3{
#top-title, #bottom-title h3{
text-align: center;
}

Expand Down
16 changes: 5 additions & 11 deletions model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,37 +147,31 @@
<div id="food" class="tab-pane fade">
<p class="ParameterDescription">
<!-- SubContent for each tab -->



<paper-input id='Beef' placeholder='Amount of Beef '></paper-input><br>
<paper-input id='Chicken' placeholder='Chicken'></paper-input><br>
<paper-input id='Dairy' placeholder='Dairy'></paper-input><br>
<paper-input id='Veggies' placeholder='Veggies'></paper-input><br>
<paper-input id='Fruits' placeholder='Fruits'></paper-input><br>
<paper-input id='Grains' placeholder='Grains'></paper-input></p>
</div>
<paper-button raised type="submit" id="submitButton"> Add</paper-button> <br> <br> <br>
<paper-button raised id="clickMe" type="button" value="score" onclick=alert("get_score(firebasepath,nyuad);");> Get Score!</paper-button>
<paper-button raised type="submit" id="submitButton"> Add</paper-button>

</div>






<!-- Right Side Panel -->

</div>
<div id="OutputBox">
<div id="title">
<div id="top-title">
<h3>Heading</h3>
</div>
<div id="InputVisualization"></div>
<div><hr></div>
<div id="title">
<h3>Heading</h3>
<div id="bottom-title">
<h3>E Score</h3>
</div>
<div id="OverallVisualization"></div>
</div>
Expand Down Expand Up @@ -404,4 +398,4 @@ <h3>Heading</h3>
</script>

</body>
</html>
</html>

0 comments on commit 0dd0270

Please sign in to comment.