From 31a826e38cb6c179b9ec951f68cf91e1b05af9f6 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 11 Feb 2022 22:24:23 +0100 Subject: [PATCH] refactoring --- batchCodeTable.css | 7 +++++++ batchCodeTable.html | 10 +--------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 batchCodeTable.css diff --git a/batchCodeTable.css b/batchCodeTable.css new file mode 100644 index 00000000000..ac086633d5f --- /dev/null +++ b/batchCodeTable.css @@ -0,0 +1,7 @@ +.dataTables_filter { + float: left !important; +} + +.dataTables_length { + float: right !important; +} \ No newline at end of file diff --git a/batchCodeTable.html b/batchCodeTable.html index b0dc34f471d..8e8026f5380 100644 --- a/batchCodeTable.html +++ b/batchCodeTable.html @@ -7,6 +7,7 @@ batch codes + @@ -53,15 +54,6 @@ loadBatchCodeTable("data/" + company + ".html", "Enter " + companyName + " Batch Code"); }); -