refactoring
This commit is contained in:
7
batchCodeTable.css
Normal file
7
batchCodeTable.css
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
.dataTables_filter {
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_length {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
<title>batch codes</title>
|
<title>batch codes</title>
|
||||||
<!-- FK-TODO: keine externen Links -->
|
<!-- 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="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">
|
<link rel="stylesheet" type="text/css" href="forkMeOnGitHub.css">
|
||||||
<!-- FK-TODO: keine externen Links -->
|
<!-- FK-TODO: keine externen Links -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
<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");
|
loadBatchCodeTable("data/" + company + ".html", "Enter " + companyName + " Batch Code");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style>
|
|
||||||
.dataTables_filter {
|
|
||||||
float: left !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dataTables_length {
|
|
||||||
float: right !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user