From b3c76548a2c61363a3abe3e8975178a52437bcd0 Mon Sep 17 00:00:00 2001 From: Keith Knoer Date: Fri, 12 Nov 2021 09:30:37 -0500 Subject: [PATCH] Add Restart button to unfinished batch processing actions --- views/batch-manage.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/views/batch-manage.php b/views/batch-manage.php index a03d99d..3c67a90 100644 --- a/views/batch-manage.php +++ b/views/batch-manage.php @@ -29,7 +29,8 @@
is_finished()): ?> - + + @@ -86,5 +87,10 @@ padding-bottom: 5px; min-height: 12px; } - - \ No newline at end of file +.batch-process--button-stop { + margin-left: 15px !important; + border: none !important; + background: #990000 !important; + color: #ffffff !important; +} +