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.

This commit is contained in:
jerry 2018-01-16 17:49:33 -08:00
parent ed9c645476
commit 35e2f839bb
2 changed files with 24 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<div>
<h2 id="library_title"><?php echo _("Dashboard")." - " ?><span id="library_filter"></span></h2>
</div>
<div class="panel-header">
<div class="panel-header-calendar">
<div id="advanced-options" class="btn-group">
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
@ -40,4 +40,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -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 {