resizable columns
This commit is contained in:
parent
dc91b94cfa
commit
0ed5f59f21
3 changed files with 57 additions and 2 deletions
|
|
@ -290,6 +290,16 @@ select.form-control:not([multiple]):not([size]) {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
.drag {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 6px;
|
||||
height: 100%;
|
||||
z-index: 10000;
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
/* content */
|
||||
|
||||
.content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue