added support for back button icon

- made .svg icons clickable
This commit is contained in:
R. Aidan Campbell
2016-07-10 16:19:00 -04:00
parent 5acd595f63
commit 2674de45ea
3 changed files with 24 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation on the right -->
<object type="image/svg+xml" data="static/res/ic_arrow_back_white_24px.svg" id='backIcon'></object>
<img src="static/res/ic_arrow_back_white_24px.svg" id='backIcon'></img>
</div>
</header>
<main id="main-content" class="mdl-layout__content">
@@ -42,7 +42,7 @@
<div id="hostSettings">
<div class="mdl-grid" id='host-grid'>
<div class='mdl-cell mdl-cell--3-col' id='addHostCell'>
<object type="image/svg+xml" data="static/res/ic_add_circle_white_24px.svg" id='addHostIcon'></object>
<img src="static/res/ic_add_circle_white_24px.svg" id='addHostIcon'></img>
</div>
</div>
</div>