From 1880b263d43effe80eca2522c2606dffd5097a7a Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 27 Aug 2015 11:09:55 -0700 Subject: [PATCH] Add entity search radius field to entities list --- examples/html/entityList.html | 1 + examples/html/style.css | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/examples/html/entityList.html b/examples/html/entityList.html index 62bbbd08a6..9554ba7c02 100644 --- a/examples/html/entityList.html +++ b/examples/html/entityList.html @@ -226,6 +226,7 @@
+  m
diff --git a/examples/html/style.css b/examples/html/style.css index e63b6338fc..3614ea821b 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -102,13 +102,23 @@ input[type=button] { } #search-area { - width: 100%; padding: 0.5em; box-sizing: border-box; + padding-right: 6em; } -#search-area input { - width: 100%; +#filter { + width: 99%; +} + +#radius-and-unit { + width: 6em; + float: right; + margin-right: -6em; +} + +#radius { + width: 4em; } textarea, input {