From b933e2e60d25d885e5fc8c1950031ede2219478e Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Thu, 21 Sep 2023 10:50:01 +0200 Subject: [PATCH] Add label for input field and select and adjust styles Signed-off-by: julia.kirschenheuter --- apps/systemtags/css/settings.css | 14 ++++++++++++++ apps/systemtags/templates/admin.php | 30 ++++++++++++++++++----------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/apps/systemtags/css/settings.css b/apps/systemtags/css/settings.css index 02713e35219..eb1d2ad45f6 100644 --- a/apps/systemtags/css/settings.css +++ b/apps/systemtags/css/settings.css @@ -1,6 +1,20 @@ .systemtag-input { display: flex; flex-wrap: wrap; + align-items: center; +} +.systemtag-input--name { + margin-right: 3px; +} +.systemtag-input--name, +.systemtag-input--level { + display: flex; + flex-direction: column; +} +.systemtag-input--actions { + margin-top: 25px; + display: flex; + flex-direction: row; } #systemtags .select2-container { width: 100%; diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index 998e8628c3d..881172944df 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -36,17 +36,25 @@ style('systemtags', 'settings');

t('Create a new tag')); ?>

- - - - - - t('Reset')); ?> - t('Create')); ?> +
+ + +
+ +
+ + +
+ +