From 5bce3c6fdd01b059162548faf7d977638deee474 Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 9 Jun 2023 22:15:29 +0200 Subject: [PATCH] Website: Monitor task creation styling --- Website/index.html | 6 +++--- Website/style.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Website/index.html b/Website/index.html index 8d2ded2..0ddc928 100644 --- a/Website/index.html +++ b/Website/index.html @@ -59,9 +59,9 @@ Create Task: Monitor Publication
-

Every

- - + Run every + hours + minutes
diff --git a/Website/style.css b/Website/style.css index f7627da..5c54a5b 100644 --- a/Website/style.css +++ b/Website/style.css @@ -323,6 +323,10 @@ popup popup-window popup-content input, select { z-index: 9; } +#createMonitorTaskPopup input[type="number"] { + width: 40px; +} + #createDownloadChaptersTask popup-content { flex-direction: column; align-items: start;