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

@@ -52,6 +52,10 @@
margin:auto;
display:block;
}
#backIcon {
height: 32px;
width: 32px
}
#addHostCell {
padding-top:3px;
padding-bottom:3px;
@@ -147,9 +151,9 @@ main {
margin: 3px;
}
#listener {
overflow: hidden;
margin-top: 0px;
height: 0px;
overflow: hidden;
margin-top: 0px;
height: 0px;
}
.fullscreen {
height: 100vh !important;