mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Add "in view" button
This commit is contained in:
parent
7d6ab77c16
commit
a4b5f5395d
2 changed files with 14 additions and 3 deletions
|
@ -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. */
|
||||
|
|
|
@ -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="" />
|
||||
<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" />
|
||||
|
|
Loading…
Reference in a new issue