mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Fix assign/unassign buttons
This commit is contained in:
parent
b1dba8013a
commit
ec57e0aa91
3 changed files with 8 additions and 4 deletions
|
@ -254,6 +254,10 @@ var RepositoryDatatable = (function(global) {
|
|||
// Append button to inner toolbar in table
|
||||
$('div.toolbarButtonsDatatable').appendTo('div.toolbar');
|
||||
$('div.toolbarButtonsDatatable').show();
|
||||
|
||||
// Append buttons for task inventory
|
||||
$('div.toolbarButtons').appendTo('div.toolbar');
|
||||
$('div.toolbarButtons').show();
|
||||
}, 10);
|
||||
|
||||
return TABLE;
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
.repository-table {
|
||||
margin-top: 20px;
|
||||
|
||||
.btn {
|
||||
border: 0;
|
||||
}
|
||||
// Datatables generated name
|
||||
.dataTables_length {
|
||||
display: inline-block;
|
||||
|
@ -93,6 +90,10 @@
|
|||
.view-only-label {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-button {
|
||||
|
|
|
@ -1239,7 +1239,6 @@ table.dataTable {
|
|||
|
||||
.toolbarButtons {
|
||||
display: inline-block;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
/* Pills with arrow */
|
||||
|
|
Loading…
Reference in a new issue