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