refactoring

This commit is contained in:
frankknoll
2022-02-11 22:24:23 +01:00
parent 61f233377b
commit 31a826e38c
2 changed files with 8 additions and 9 deletions

7
batchCodeTable.css Normal file
View File

@@ -0,0 +1,7 @@
.dataTables_filter {
float: left !important;
}
.dataTables_length {
float: right !important;
}

View File

@@ -7,6 +7,7 @@
<title>batch codes</title>
<!-- FK-TODO: keine externen Links -->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="batchCodeTable.css">
<link rel="stylesheet" type="text/css" href="forkMeOnGitHub.css">
<!-- FK-TODO: keine externen Links -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
@@ -53,15 +54,6 @@
loadBatchCodeTable("data/" + company + ".html", "Enter " + companyName + " Batch Code");
});
</script>
<style>
.dataTables_filter {
float: left !important;
}
.dataTables_length {
float: right !important;
}
</style>
</head>
<body>