From b67f3585e85159f93b6a7cf65e00a77cc6b643b3 Mon Sep 17 00:00:00 2001 From: Andy Warburton Date: Tue, 2 Aug 2022 21:10:39 +0100 Subject: [PATCH] css tweaks for edit.html added remote css support to webworkflow edit.html and moved in page css out to the external stylesheet. --- supervisor/shared/web_workflow/static/edit.html | 14 ++------------ supervisor/shared/web_workflow/static/style.css | 12 ++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/supervisor/shared/web_workflow/static/edit.html b/supervisor/shared/web_workflow/static/edit.html index c223a11047..e11b094d2c 100644 --- a/supervisor/shared/web_workflow/static/edit.html +++ b/supervisor/shared/web_workflow/static/edit.html @@ -3,18 +3,8 @@ Code Edit - - + + diff --git a/supervisor/shared/web_workflow/static/style.css b/supervisor/shared/web_workflow/static/style.css index f6ef757b3f..17564af4fd 100644 --- a/supervisor/shared/web_workflow/static/style.css +++ b/supervisor/shared/web_workflow/static/style.css @@ -5,3 +5,15 @@ body { font-family: "Proxima Nova", Verdana, sans-serif; line-height: 20.7px; } + + +/* for edit.html */ +#code_textarea { + width: 90%; + height: 600px; +} + +#output_text { + margin: 0; + font-size: 0.7em; +}