first commit
This commit is contained in:
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap.css
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap.css
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap.min.css
vendored
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap.min.css
vendored
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap4.css
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap4.css
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap4.min.css
vendored
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.bootstrap4.min.css
vendored
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.dataTables.css
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.dataTables.css
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.dataTables.min.css
vendored
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.dataTables.min.css
vendored
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.foundation.css
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.foundation.css
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.foundation.min.css
vendored
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.foundation.min.css
vendored
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.jqueryui.css
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.jqueryui.css
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.jqueryui.min.css
vendored
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.jqueryui.min.css
vendored
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.semanticui.css
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.semanticui.css
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.semanticui.min.css
vendored
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._rowReorder.semanticui.min.css
vendored
Executable file
Binary file not shown.
BIN
assets/plugin/datatables/extensions/RowReorder/css/._semanticui.scss
Executable file
BIN
assets/plugin/datatables/extensions/RowReorder/css/._semanticui.scss
Executable file
Binary file not shown.
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap.css
Executable file
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap.css
Executable file
@ -0,0 +1,22 @@
|
||||
table.dt-rowReorder-float {
|
||||
position: absolute !important;
|
||||
opacity: 0.8;
|
||||
table-layout: fixed;
|
||||
outline: 2px solid #337ab7;
|
||||
outline-offset: -2px;
|
||||
z-index: 2001;
|
||||
}
|
||||
|
||||
tr.dt-rowReorder-moving {
|
||||
outline: 2px solid #888;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
body.dt-rowReorder-noOverflow {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.dataTable td.reorder {
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap.min.css
vendored
Executable file
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap.min.css
vendored
Executable file
@ -0,0 +1 @@
|
||||
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #337ab7;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
|
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap4.css
Executable file
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap4.css
Executable file
@ -0,0 +1,22 @@
|
||||
table.dt-rowReorder-float {
|
||||
position: absolute !important;
|
||||
opacity: 0.8;
|
||||
table-layout: fixed;
|
||||
outline: 2px solid #0275d8;
|
||||
outline-offset: -2px;
|
||||
z-index: 2001;
|
||||
}
|
||||
|
||||
tr.dt-rowReorder-moving {
|
||||
outline: 2px solid #888;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
body.dt-rowReorder-noOverflow {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.dataTable td.reorder {
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap4.min.css
vendored
Executable file
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.bootstrap4.min.css
vendored
Executable file
@ -0,0 +1 @@
|
||||
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #0275d8;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
|
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.dataTables.css
Executable file
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.dataTables.css
Executable file
@ -0,0 +1,22 @@
|
||||
table.dt-rowReorder-float {
|
||||
position: absolute !important;
|
||||
opacity: 0.8;
|
||||
table-layout: fixed;
|
||||
outline: 2px solid #888;
|
||||
outline-offset: -2px;
|
||||
z-index: 2001;
|
||||
}
|
||||
|
||||
tr.dt-rowReorder-moving {
|
||||
outline: 2px solid #555;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
body.dt-rowReorder-noOverflow {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.dataTable td.reorder {
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.dataTables.min.css
vendored
Executable file
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.dataTables.min.css
vendored
Executable file
@ -0,0 +1 @@
|
||||
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #888;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #555;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
|
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.foundation.css
Executable file
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.foundation.css
Executable file
@ -0,0 +1,22 @@
|
||||
table.dt-rowReorder-float {
|
||||
position: absolute !important;
|
||||
opacity: 0.8;
|
||||
table-layout: fixed;
|
||||
outline: 2px solid #337ab7;
|
||||
outline-offset: -2px;
|
||||
z-index: 2001;
|
||||
}
|
||||
|
||||
tr.dt-rowReorder-moving {
|
||||
outline: 2px solid #888;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
body.dt-rowReorder-noOverflow {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.dataTable td.reorder {
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.foundation.min.css
vendored
Executable file
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.foundation.min.css
vendored
Executable file
@ -0,0 +1 @@
|
||||
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #337ab7;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
|
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.jqueryui.css
Executable file
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.jqueryui.css
Executable file
@ -0,0 +1,22 @@
|
||||
table.dt-rowReorder-float {
|
||||
position: absolute !important;
|
||||
opacity: 0.8;
|
||||
table-layout: fixed;
|
||||
outline: 2px solid #888;
|
||||
outline-offset: -2px;
|
||||
z-index: 2001;
|
||||
}
|
||||
|
||||
tr.dt-rowReorder-moving {
|
||||
outline: 2px solid #555;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
body.dt-rowReorder-noOverflow {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.dataTable td.reorder {
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.jqueryui.min.css
vendored
Executable file
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.jqueryui.min.css
vendored
Executable file
@ -0,0 +1 @@
|
||||
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #888;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #555;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
|
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.semanticui.css
Executable file
22
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.semanticui.css
Executable file
@ -0,0 +1,22 @@
|
||||
table.dt-rowReorder-float {
|
||||
position: absolute !important;
|
||||
opacity: 0.8;
|
||||
table-layout: fixed;
|
||||
outline: 2px solid rgba(0, 0, 0, 0.05);
|
||||
outline-offset: -2px;
|
||||
z-index: 2001;
|
||||
}
|
||||
|
||||
tr.dt-rowReorder-moving {
|
||||
outline: 2px solid #888;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
body.dt-rowReorder-noOverflow {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
table.dataTable td.reorder {
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.semanticui.min.css
vendored
Executable file
1
assets/plugin/datatables/extensions/RowReorder/css/rowReorder.semanticui.min.css
vendored
Executable file
@ -0,0 +1 @@
|
||||
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid rgba(0,0,0,0.05);outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
|
5
assets/plugin/datatables/extensions/RowReorder/css/semanticui.scss
Executable file
5
assets/plugin/datatables/extensions/RowReorder/css/semanticui.scss
Executable file
@ -0,0 +1,5 @@
|
||||
|
||||
$move-outline: 2px solid #0275d8 !default;
|
||||
$moved-outline: 2px solid #888 !default;
|
||||
|
||||
@import 'rowReorder.dataTables.scss';
|
Reference in New Issue
Block a user