Merge pull request #409 from jerry924/issue350c_better_advsearch_fix

Issue350c better advsearch fix
This commit is contained in:
Lucas Bickel 2018-01-17 16:48:25 +01:00 committed by GitHub
commit dbf0a7be85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

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 {