mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add jquery resizableColumns library with fix for large columns table
This commit is contained in:
parent
334914942b
commit
7ff1604be0
2 changed files with 635 additions and 0 deletions
18
assets/styles/vendors/jquery/jquery.resizableColumns.css
vendored
Normal file
18
assets/styles/vendors/jquery/jquery.resizableColumns.css
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.rc-handle-container {
|
||||
position: relative;
|
||||
}
|
||||
.rc-handle {
|
||||
position: absolute;
|
||||
width: 7px;
|
||||
cursor: ew-resize;
|
||||
margin-left: -3px;
|
||||
z-index: 2;
|
||||
}
|
||||
table.rc-table-resizing {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
table.rc-table-resizing thead,
|
||||
table.rc-table-resizing thead > th,
|
||||
table.rc-table-resizing thead > th > a {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue