SAAS-948 - add title to library pane
This commit is contained in:
parent
536bbfb678
commit
7ce9dfa1b3
|
@ -8,6 +8,9 @@
|
|||
<?php echo $this->csrf ?>
|
||||
|
||||
<div id="library_content" class="lib-content tabs content-pane wide-panel">
|
||||
<div>
|
||||
<h2 id="library_title">Library</h2>
|
||||
</div>
|
||||
<div class="panel-header">
|
||||
<div id="advanced-options" class="btn-group">
|
||||
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
|
|
|
@ -142,6 +142,10 @@ div.ColVis_collectionBackground {
|
|||
|
||||
/* Library */
|
||||
|
||||
#library_title {
|
||||
padding: 5px 5px 0;
|
||||
}
|
||||
|
||||
#library_content {
|
||||
margin-right: 10px;
|
||||
overflow: hidden !important;
|
||||
|
@ -312,6 +316,10 @@ thead th.ui-state-default:focus {
|
|||
border-top: 4px solid #242424;
|
||||
}
|
||||
|
||||
#library_content > .panel-header {
|
||||
top: 33px;
|
||||
}
|
||||
|
||||
.panel-header {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
|
@ -611,16 +619,25 @@ li.ui-state-default {
|
|||
|
||||
/* DataTables */
|
||||
|
||||
.ColVis_collection.TableTools_collection.ui-buttonset.ui-buttonset-multi {
|
||||
max-height: 50%;
|
||||
overflow: auto;
|
||||
#show_builder .fg-toolbar > .btn-toolbar,
|
||||
#show_builder .ColVis.TableTools {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
}
|
||||
|
||||
#show_builder .fg-toolbar > .btn-toolbar {
|
||||
left: 6px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#show_builder .ColVis.TableTools {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 36px;
|
||||
right: 6px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ColVis_collection.TableTools_collection.ui-buttonset.ui-buttonset-multi {
|
||||
max-height: 50%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ColVis.TableTools {
|
||||
|
@ -635,13 +652,6 @@ li.ui-state-default {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
#show_builder .fg-toolbar > .btn-toolbar {
|
||||
position: absolute;
|
||||
top: 36px;
|
||||
left: 6px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Hacky stuff here */
|
||||
#show_builder .dataTables_scrolling {
|
||||
top: 66px;
|
||||
|
|
Loading…
Reference in New Issue