Skip to content

Commit

Permalink
Removed the Reset button altogether. Upon further review it actually …
Browse files Browse the repository at this point in the history
…didn't serve any purpose. It was originally used for bug testing.
  • Loading branch information
jasbur committed Nov 5, 2017
1 parent e00b2b9 commit 4eca278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions Configuration App/app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,6 @@ select.wifiNetworkInputs {
appearance: none;
}

.reset input {
background:#BF1A2F;
border:#BF1A2F;
color:white;
padding:1em;
margin-top:1.5em;
font-size:1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* Wifi Icon
---------------------------------------------------------*/

Expand Down
6 changes: 0 additions & 6 deletions Configuration App/app/views/main/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@
</ul>

<%end%>
<div class="reset">
<%=form_tag("/main/reset_all", method: "get") do%>
<%=submit_tag("RESET DEVICE")%>
</div>
<%end%>
</div>

0 comments on commit 4eca278

Please sign in to comment.