mirror of https://github.com/CIRCL/lookyloo
fix: Few tables were not looking great.
parent
bbb3a39187
commit
07351293f8
|
@ -11,8 +11,8 @@
|
||||||
autoWidth: false,
|
autoWidth: false,
|
||||||
columnDefs: [{ width: '15%', targets: 0 },
|
columnDefs: [{ width: '15%', targets: 0 },
|
||||||
{ width: '15%', targets: 1 },
|
{ width: '15%', targets: 1 },
|
||||||
{ width: '5%', targets: 2 },
|
{ width: '10%', targets: 2 },
|
||||||
{ width: '25%', targets: 3 },
|
{ width: '20%', targets: 3 },
|
||||||
{ width: '40%', targets: 4 }]
|
{ width: '40%', targets: 4 }]
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -59,8 +59,8 @@
|
||||||
autoWidth: false,
|
autoWidth: false,
|
||||||
columnDefs: [{ width: '15%', targets: 0 },
|
columnDefs: [{ width: '15%', targets: 0 },
|
||||||
{ width: '15%', targets: 1 },
|
{ width: '15%', targets: 1 },
|
||||||
{ width: '5%', targets: 2 },
|
{ width: '10%', targets: 2 },
|
||||||
{ width: '65%', targets: 3 }]
|
{ width: '60%', targets: 3 }]
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<center>
|
<center>
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
new DataTable('#faviconsTable', {
|
new DataTable('#faviconsTable', {
|
||||||
columnDefs: [{ width: '10%', targets: 0 },
|
columnDefs: [{ width: '10%', targets: 0 },
|
||||||
{ width: '50%', targets: 1 },
|
{ width: '40%', targets: 1 },
|
||||||
{ width: '40%', targets: 2 }],
|
{ width: '40%', targets: 2 },
|
||||||
|
{ width: '10%', targets: 3 }],
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue