Add "in view" button

This commit is contained in:
David Rowe 2016-09-08 12:56:41 +12:00
parent 7d6ab77c16
commit a4b5f5395d
2 changed files with 14 additions and 3 deletions

View file

@ -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. */

View file

@ -29,6 +29,7 @@
<div id="entity-list">
<div id="search-area">
<span class="icon-input"><input type="text" class="search" id="filter" placeholder="Filter" /><span>Y</span></span>
<input type="button" id="inView" class="glyph" value="&#xe007;" />
<div id="radius-and-unit" class="number">
<label for="radius">Search radius <span class="unit">m</span></label>
<input type="number" id="radius" value="100" />