From aedc2cf36cedd22984889e35be46a065bb3ab780 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 3 Apr 2023 13:08:56 +0200 Subject: [PATCH] homogeneized some widgets --- ccp/js/executionformcontroller.js | 2 +- ccp/js/methodeditorcontroller.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index 6883a0c..a941de6 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -289,7 +289,7 @@ class CCPExecutionForm extends HTMLElement{ target: ".ccp-method-title", apply : (e,d)=>e.innerHTML = ` ${d.title} ${d.version} - ${ d.metadata.filter(md=>md.role === 'author').map(a=>`${a.title}`)} + ${ d.metadata.filter(md=>md.role === 'author').map(a=>`${a.title}`)} ` }, { diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index da9edd2..6016592 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -76,7 +76,6 @@ class CCPMethodEditorController extends HTMLElement{ display: flex; flex-direction: row; gap:2px; - padding-left: 0; font-size: small; font-weight: 300; } @@ -735,7 +734,7 @@ class CCPMethodEditorController extends HTMLElement{ ` }