add search feature

This commit is contained in:
erichhasl
2017-11-27 15:44:24 +01:00
parent fc9a00cc6f
commit b2b0ea0e2a
4 changed files with 56 additions and 28 deletions
@@ -23,6 +23,16 @@ html {
vertical-align: middle;
padding-left: 0px;
}
#submit_search {
border: none;
background-color: transparent;
color: transparent;
background-image: url('../images/search_icon.png');
background-size: 100%;
background-position: center;
height: 64px;
background-repeat: no-repeat;
}
table{
border-collapse: collapse;
border: none;