diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index fa2b020..4dd3f80 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 8131da6..d52cae9 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 84a2430..c50341e 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 8ddc941..2a97cd1 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 edd52e7..ae0656c 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 a81a682..d1c6a30 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 b86efd9..9cbeacc 100644 --- a/htdocs/login.html +++ b/htdocs/login.html @@ -5,6 +5,8 @@ + + diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index a6771f8..dadd7e3 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 51de0f0..08664fe 100644 --- a/htdocs/sdrsettings.html +++ b/htdocs/sdrsettings.html @@ -6,7 +6,7 @@ - + diff --git a/htdocs/settings.html b/htdocs/settings.html index 00fbe9e..6e6bd89 100644 --- a/htdocs/settings.html +++ b/htdocs/settings.html @@ -6,7 +6,7 @@ - +