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 +