| 1 |
efrain |
1 |
#page-admin-question-bank-columnsortorder-sortcolumns .addcolumn {
|
|
|
2 |
display: inline-block;
|
|
|
3 |
}
|
|
|
4 |
.qbank-sortable-column {
|
|
|
5 |
background-color: white;
|
|
|
6 |
position: relative;
|
|
|
7 |
}
|
|
|
8 |
.jsenabled .qbank-column-list button.savewidths {
|
|
|
9 |
display: none;
|
|
|
10 |
}
|
|
|
11 |
.qbank-sortable-column .qbank_columnsortorder-action-handle {
|
|
|
12 |
display: none;
|
|
|
13 |
}
|
|
|
14 |
.qbank-sortable-column.show-handles .qbank_columnsortorder-action-handle {
|
|
|
15 |
display: block;
|
|
|
16 |
}
|
|
|
17 |
.qbank-sortable-column .handle-container {
|
|
|
18 |
pointer-events: none; /* Prevent the handle container blocking clicks to elements in the header */
|
|
|
19 |
width: 100%;
|
|
|
20 |
position: absolute;
|
|
|
21 |
top: 40%;
|
|
|
22 |
z-index: 1;
|
|
|
23 |
}
|
|
|
24 |
.qbank_columnsortorder-action-handle {
|
|
|
25 |
pointer-events: auto; /* Ensure the handles themselves receive clicks */
|
|
|
26 |
}
|
|
|
27 |
.qbank_columnsortorder-action-handle.move {
|
|
|
28 |
margin-left: -21px;
|
|
|
29 |
width: 16px;
|
|
|
30 |
}
|
|
|
31 |
.qbank_columnsortorder-action-handle.resize {
|
|
|
32 |
cursor: col-resize;
|
|
|
33 |
position: absolute;
|
|
|
34 |
top: 0;
|
|
|
35 |
right: 5px;
|
|
|
36 |
}
|
|
|
37 |
.qbank_columnsortorder-action-handle.resize img {
|
|
|
38 |
/* Prevent the resize handle icon being dragged across the page */
|
|
|
39 |
pointer-events: none;
|
|
|
40 |
}
|
|
|
41 |
.qbank_columnsortorder-action-handle .icon {
|
|
|
42 |
margin-right: 0;
|
|
|
43 |
}
|