diff --git a/app/Views/POlist.php b/app/Views/POlist.php index 56a6374f..385c6dd5 100644 --- a/app/Views/POlist.php +++ b/app/Views/POlist.php @@ -1,43 +1,36 @@ - - - -
@@ -77,6 +70,18 @@
+
+ + + + + + + + + +
+
@@ -178,19 +183,84 @@ - - - - - - - - - - - - - + + \ No newline at end of file diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index 3a9ae581..9385c0a0 100644 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -13,6 +13,34 @@ th { white-space: nowrap; } + .Date-filter-form { + display: flex; + align-items: center; + gap: 10px; /* Adjust the gap as needed */ + } + .Date-filter-form input, .Date-filter-form button { + padding: 5px; + font-size: 14px; + } + .Date-filter-form button { + background-color: #007bff; + color: white; + border: none; + cursor: pointer; + } + .Date-filter-form button:hover { + background-color: #0056b3; + } + .icon-button { + background: none; + border: none; + cursor: pointer; + color: #007bff; + font-size: 18px; + } + .icon-button:hover { + color: #0056b3; + } +