From a4b5f5395d4f2c815cd6b26fc006dcfd804b67c7 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 8 Sep 2016 12:56:41 +1200 Subject: [PATCH] Add "in view" button --- scripts/system/html/css/edit-style.css | 16 +++++++++++++--- scripts/system/html/entityList.html | 1 + 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 454bb682fe..2c153df46c 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -867,7 +867,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { } #search-area { - padding-right: 148px; + padding-right: 168px; padding-bottom: 24px; } @@ -875,13 +875,23 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { width: 98%; } +#inView { + position: absolute; + right: 126px; +} + #radius-and-unit { float: right; - margin-right: -148px; + margin-right: -168px; position: relative; top: -17px; } - +#radius-and-unit label { + margin-left: 2px; +} +#radius-and-unit input { + width: 120px; +} #entity-table-scroll { /* Height is set by JavaScript. */ diff --git a/scripts/system/html/entityList.html b/scripts/system/html/entityList.html index af2e6e69bf..251eb0cb24 100644 --- a/scripts/system/html/entityList.html +++ b/scripts/system/html/entityList.html @@ -29,6 +29,7 @@
Y +