develop
Last change
on this file since bbcbb57 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:
721 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 | div.dts {
|
---|
| 2 | display: block !important;
|
---|
| 3 | }
|
---|
| 4 | div.dts tbody th,
|
---|
| 5 | div.dts tbody td {
|
---|
| 6 | white-space: nowrap;
|
---|
| 7 | }
|
---|
| 8 | div.dts div.dts_loading {
|
---|
| 9 | z-index: 1;
|
---|
| 10 | }
|
---|
| 11 | div.dts div.dts_label {
|
---|
| 12 | position: absolute;
|
---|
| 13 | right: 10px;
|
---|
| 14 | background: rgba(0, 0, 0, 0.8);
|
---|
| 15 | color: white;
|
---|
| 16 | box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
|
---|
| 17 | text-align: right;
|
---|
| 18 | border-radius: 3px;
|
---|
| 19 | padding: 0.4em;
|
---|
| 20 | z-index: 2;
|
---|
| 21 | display: none;
|
---|
| 22 | }
|
---|
| 23 | div.dts div.dataTables_scrollBody {
|
---|
| 24 | background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
|
---|
| 25 | }
|
---|
| 26 | div.dts div.dataTables_scrollBody table {
|
---|
| 27 | z-index: 2;
|
---|
| 28 | }
|
---|
| 29 | div.dts div.dataTables_paginate,
|
---|
| 30 | div.dts div.dataTables_length {
|
---|
| 31 | display: none;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | div.DTS tbody tr {
|
---|
| 35 | background-color: white;
|
---|
| 36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.