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:
parent
ed9c645476
commit
35e2f839bb
2 changed files with 24 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue