mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Upgraded datatables
* datatables to 2.1.8
This commit is contained in:
6
css/datatables.min.css
vendored
6
css/datatables.min.css
vendored
File diff suppressed because one or more lines are too long
205
external_js/datatables.min.js
vendored
205
external_js/datatables.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
<!--
|
<!--
|
||||||
ClearURLs
|
ClearURLs
|
||||||
Copyright (c) 2017-2020 Kevin Röbert
|
Copyright (c) 2017-2025 Kevin Röbert
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published by
|
it under the terms of the GNU Lesser General Public License as published by
|
||||||
@@ -53,6 +53,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
direction: ltr;
|
direction: ltr;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logTable_wrapper .dt-paging {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logTable_wrapper .dt-search, .dt-length{
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user