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