diff --git a/views/webpage_spots.tpl b/views/webpage_spots.tpl index a152ca8..754d30c 100644 --- a/views/webpage_spots.tpl +++ b/views/webpage_spots.tpl @@ -16,7 +16,7 @@
- + diff --git a/webassets/css/style.css b/webassets/css/style.css index f3ae3a9..32eff98 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -43,6 +43,12 @@ div.container { /* SPOTS/ALERTS PAGES, SETTINGS/STATUS AREAS */ +input#filter-dx-call { + max-width: 10em; + margin-right: 1rem; + padding-left: 2em; +} + div.appearing-panel { display: none; } @@ -247,6 +253,10 @@ div.band-spot:hover span.band-spot-info { margin-left: -1em; margin-right: -1em; } + input#filter-dx-call { + max-width: 6em; + margin-right: 0; + } } @media (min-width: 992px) {