diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-06 11:04:34 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-06 11:10:58 +0200 |
| commit | 063f498953c7a5d8d5e6b23000cd4b4130e61a70 (patch) | |
| tree | c1506c67f797f50b1fa4cf42205dec8041d882d2 | |
| parent | 54295bc9aa8649a4b94298f71c607f2afdddec1c (diff) | |
client: graph_view: slightly nicer location of filter
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index b20569f3..19ca7152 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -26,7 +26,7 @@ </div> <div id="search-suggestion" class="suggestion" style="display: none"> </div> - <div> + <div style="right: 200px; position: absolute;"> <ul class="dropdown-menu"> <li class="dropdown-item dropdown-menu-heading">Filter by Type</li> <li class="dropdown-item dropdown-item-type dropdown-item-type-person"> |
