From 085c0096ab6f35afa2f6acdfa4d9f6d53f9cef6d Mon Sep 17 00:00:00 2001 From: Peter Ebert Date: Thu, 14 Sep 2017 10:09:12 +0200 Subject: [PATCH] ENH: adapted Process stylesheet for better line break/white space handling in process description and tool comments. Added background color shading upon mouse hovering for tool comments --- template/deep_process_style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/template/deep_process_style.css b/template/deep_process_style.css index cc2c92d..9d4c67a 100644 --- a/template/deep_process_style.css +++ b/template/deep_process_style.css @@ -70,6 +70,7 @@ description { border-top-width: 2px; border-style: solid; border-color: lightgrey; + white-space: pre; } @@ -211,4 +212,11 @@ loop { tool>comment { margin-bottom: 10px; + padding-top: 5px; + padding-bottom: 5px; + white-space: pre-line; +} + +tool>comment:hover { + background-color: powderblue; } \ No newline at end of file