From b3d04984a161bdafcb4c97ed9b2dd181c779c07b Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Mon, 19 Oct 2020 14:15:44 +0200 Subject: [PATCH] implemented ui functionality for task scheduler --- assets/css/style.css | 14 ++++++++++++++ index.html | 22 ++++++++++++++++------ 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9038f3f..46fea50 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -87,6 +87,20 @@ display: flex; flex-wrap: wrap; } + +.ok_button { + width: 49%; + background-color: green; + border: none; + margin-left: 2%; + color: white; +} +.cancel_button { + width: 49%; + background-color: red; + border: none; + color: white; +} .grid > * { flex-basis: 100%; max-width: 100%; diff --git a/index.html b/index.html index bfb22ea..171f21f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ -