From 1c64771dcd32aee034567b18b592c3076a6b9854 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 8 Jul 2023 11:27:21 -0400 Subject: [PATCH] Job action area --- src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx | 2 +- src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx | 2 +- src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx | 2 +- src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx | 2 +- src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx | 2 +- src/components/MyActiveJobs/JobActions/ReviewTaskAction.jsx | 2 +- src/index.css | 3 ++- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx index 87f2508..9081c8b 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx @@ -2,7 +2,7 @@ import React from 'react' function CurrentJobAction() { return ( -
+

diff --git a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx index ad66ae2..d68c1c6 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx @@ -60,7 +60,7 @@ function CurrentTaskAction({jobDetails}) { } return ( -
+
diff --git a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx index f125740..f943d7c 100644 --- a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx @@ -101,7 +101,7 @@ function PastDueJobAction({jobDetails}) { } return ( -
+
diff --git a/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx b/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx index 5acd35a..d742b73 100644 --- a/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx @@ -2,7 +2,7 @@ import React from 'react' function PastDueTaskAction() { return ( -
+
diff --git a/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx b/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx index af032d2..f12fe39 100644 --- a/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx @@ -90,7 +90,7 @@ function ReviewJobAction({jobDetails}) { }) } return ( -
+
diff --git a/src/components/MyActiveJobs/JobActions/ReviewTaskAction.jsx b/src/components/MyActiveJobs/JobActions/ReviewTaskAction.jsx index 2a9c8a4..9163dcd 100644 --- a/src/components/MyActiveJobs/JobActions/ReviewTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/ReviewTaskAction.jsx @@ -2,7 +2,7 @@ import React from 'react' function ReviewTaskAction() { return ( -
+

Waiting for the completion message from the client before you can approve. Worker True & Review Job

diff --git a/src/index.css b/src/index.css index 0d15d78..b3e4c4c 100644 --- a/src/index.css +++ b/src/index.css @@ -32,9 +32,10 @@ } .job-action{ - background-color: lightgoldenrodyellow; + background-color: aliceblue; height: 100px; border-radius: 15px; + padding: 5px; } .msg_box{