Last change
on this file since 1e31937 was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago |
added user authentication, create & forgot password methods and blades
|
-
Property mode
set to
100644
|
File size:
377 bytes
|
Line | |
---|
1 | table.dt-rowReorder-float {
|
---|
2 | position: absolute !important;
|
---|
3 | opacity: 0.8;
|
---|
4 | table-layout: fixed;
|
---|
5 | outline: 2px solid #888;
|
---|
6 | outline-offset: -2px;
|
---|
7 | z-index: 2001;
|
---|
8 | }
|
---|
9 |
|
---|
10 | tr.dt-rowReorder-moving {
|
---|
11 | outline: 2px solid #555;
|
---|
12 | outline-offset: -2px;
|
---|
13 | }
|
---|
14 |
|
---|
15 | body.dt-rowReorder-noOverflow {
|
---|
16 | overflow-x: hidden;
|
---|
17 | }
|
---|
18 |
|
---|
19 | table.dataTable td.reorder {
|
---|
20 | text-align: center;
|
---|
21 | cursor: move;
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.