diff options
author | jan <jan@ruken.pw> | 2015-12-30 15:20:52 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 15:20:52 (UTC) |
commit | 34e6829ee12bdb713bff14d2f1842f3206373f96 (patch) | |
tree | 5b549f3f4b0d353160915c3d2e25cf6fef4f288e /views | |
parent | bcab80f3e81b3aea7b1a6e84b39838bd19402975 (diff) |
designänderungen bei der suche
Diffstat (limited to 'views')
-rw-r--r-- | views/instant_search_results.html | 2 | ||||
-rw-r--r-- | views/list.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/views/instant_search_results.html b/views/instant_search_results.html index 73eda26..294315c 100644 --- a/views/instant_search_results.html +++ b/views/instant_search_results.html | |||
@@ -1,6 +1,6 @@ | |||
1 | {{ define "instant_search_results" }} | 1 | {{ define "instant_search_results" }} |
2 | {{ range .results }} | 2 | {{ range .results }} |
3 | <li class="collection-item avatar hoverable"> | 3 | <li class="search-result avatar hoverable valign-wrapper"> |
4 | <img src="/{{ .ImagePath }}" alt="" class="circle"> | 4 | <img src="/{{ .ImagePath }}" alt="" class="circle"> |
5 | <span class="title">{{ .Name }}</span> | 5 | <span class="title">{{ .Name }}</span> |
6 | </li> | 6 | </li> |
diff --git a/views/list.html b/views/list.html index 5114ab9..f7ba097 100644 --- a/views/list.html +++ b/views/list.html | |||
@@ -6,6 +6,7 @@ | |||
6 | {{ template "materialize" }} | 6 | {{ template "materialize" }} |
7 | <title>grilist</title> | 7 | <title>grilist</title> |
8 | <link rel="stylesheet" href="/assets/css/list.css" /> | 8 | <link rel="stylesheet" href="/assets/css/list.css" /> |
9 | <link rel="stylesheet" href="/assets/css/search.css" /> | ||
9 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | 10 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
10 | <script src="/assets/js/search.js"></script> | 11 | <script src="/assets/js/search.js"></script> |
11 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | 12 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
@@ -70,7 +71,7 @@ | |||
70 | </form> | 71 | </form> |
71 | </div> | 72 | </div> |
72 | <div class="col s10 offset-s1"> | 73 | <div class="col s10 offset-s1"> |
73 | <ul class="collection search-results" id="search-results"> | 74 | <ul class="search-results" id="search-results"> |
74 | </ul> | 75 | </ul> |
75 | </div> | 76 | </div> |
76 | </div> | 77 | </div> |