diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index fa2b0200..4dd3f80a 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -1,11 +1,6 @@ @import url("openwebrx-header.css"); @import url("openwebrx-globals.css"); -/* expandable photo not implemented in admin area page */ -#webrx-top-photo-clip { - max-height: 67px; -} - body { background-color: #2e2e2e; color: #DDD; diff --git a/htdocs/css/features.css b/htdocs/css/features.css index 8131da61..d52cae92 100644 --- a/htdocs/css/features.css +++ b/htdocs/css/features.css @@ -1,11 +1,6 @@ @import url("openwebrx-header.css"); @import url("openwebrx-globals.css"); -/* expandable photo not implemented on features page */ -#webrx-top-photo-clip { - max-height: 67px; -} - h1 { text-align: center; margin: 50px 0; diff --git a/htdocs/css/login.css b/htdocs/css/login.css index 84a24305..c50341ea 100644 --- a/htdocs/css/login.css +++ b/htdocs/css/login.css @@ -1,12 +1,6 @@ @import url("openwebrx-header.css"); @import url("openwebrx-globals.css"); -/* expandable photo not implemented on login page */ -#webrx-top-photo-clip { - max-height: 67px; -} - - body { background-color: #2e2e2e; } diff --git a/htdocs/features.html b/htdocs/features.html index 8ddc9413..2a97cd19 100644 --- a/htdocs/features.html +++ b/htdocs/features.html @@ -6,6 +6,7 @@ + ${header} diff --git a/htdocs/generalsettings.html b/htdocs/generalsettings.html index edd52e72..ae0656c9 100644 --- a/htdocs/generalsettings.html +++ b/htdocs/generalsettings.html @@ -6,6 +6,7 @@ + diff --git a/htdocs/lib/Header.js b/htdocs/lib/Header.js index a81a682e..d1c6a307 100644 --- a/htdocs/lib/Header.js +++ b/htdocs/lib/Header.js @@ -62,4 +62,8 @@ $.fn.header = function() { this.data('header', new Header(this)); } return this.data('header'); -}; \ No newline at end of file +}; + +$(function(){ + $('#webrx-top-container').header(); +}); diff --git a/htdocs/login.html b/htdocs/login.html index b86efd96..9cbeaccb 100644 --- a/htdocs/login.html +++ b/htdocs/login.html @@ -5,6 +5,8 @@ + + diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index a6771f8a..dadd7e36 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1328,7 +1328,6 @@ function openwebrx_init() { $('.webrx-mouse-freq').frequencyDisplay(); $('#openwebrx-panel-receiver').demodulatorPanel(); window.addEventListener("resize", openwebrx_resize); - $('#webrx-top-container').header(); bookmarks = new BookmarkBar(); initSliders(); } diff --git a/htdocs/sdrsettings.html b/htdocs/sdrsettings.html index 51de0f07..08664fe2 100644 --- a/htdocs/sdrsettings.html +++ b/htdocs/sdrsettings.html @@ -6,7 +6,7 @@ - + diff --git a/htdocs/settings.html b/htdocs/settings.html index 00fbe9e7..6e6bd89a 100644 --- a/htdocs/settings.html +++ b/htdocs/settings.html @@ -6,7 +6,7 @@ - +