From fac19e09cd0f9a7ab9bdb0d2a52b3b9a5105ccbb Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 29 Sep 2019 15:48:24 +0200 Subject: [PATCH] scale background (it's stretching now, doesn't look too bad though) --- htdocs/css/openwebrx.css | 10 +++++++--- htdocs/index.html | 8 +++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 619ebb3..127e8f4 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -153,17 +153,21 @@ input[type=range]:focus::-ms-fill-upper #openwebrx-scale-container { height: 47px; - background-image: url("../gfx/openwebrx-scale-background.png"); - background-repeat: repeat-x; overflow: hidden; z-index:1000; position: relative; } +#openwebrx-frequency-container { + background-image: url("../gfx/openwebrx-scale-background.png"); + background-repeat: repeat-x; + background-size: cover; + background-color: #444; +} + #openwebrx-bookmarks-container { height: 25px; - background-color: #444; position: relative; z-index: 1000; } diff --git a/htdocs/index.html b/htdocs/index.html index 11bb2b1..7b39ad6 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -35,9 +35,11 @@
${header}
-
-
- +
+
+
+ +