From 35e2f839bb490624c4e9e62fa417556a46ceadb1 Mon Sep 17 00:00:00 2001 From: jerry Date: Tue, 16 Jan 2018 17:49:33 -0800 Subject: [PATCH] Issue 350 - An improved fix that allows advanced search to be opened and also allows the schedule panel to be closed as it used to be prior to the earlier for for Issue 350. --- .../scripts/showbuilder/builderDialog.phtml | 4 ++-- airtime_mvc/public/css/dashboard.css | 23 ++++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml b/airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml index 4b6296bcb..b6e2317fa 100644 --- a/airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml +++ b/airtime_mvc/application/views/scripts/showbuilder/builderDialog.phtml @@ -9,7 +9,7 @@

-
+
- \ No newline at end of file + diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index 23bfd6df5..1c575ea0a 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -289,12 +289,17 @@ thead th.ui-state-default:focus { top: 33px; } +#library_content > .panel-header-calendar { + top: 33px; +} + + .panel-header { position: absolute; top: 4px; right: 4px; left: 4px; - z-index: auto; /* Allows advanced mode expander to be visible in calendar schedule mode */ + z-index: 1; -webkit-flex: 1 100%; -moz-flex: 1 100%; @@ -303,6 +308,22 @@ thead th.ui-state-default:focus { flex: 1 100%; } +.panel-header-calendar { + position: absolute; + top: 4px; + right: 4px; + left: 4px; + z-index: auto; + + -webkit-flex: 1 100%; + -moz-flex: 1 100%; + -ms-flex: 1 100%; + -o-flex: 1 100%; + flex: 1 100%; +} + + + /* Timeline */ #show_builder {