diff --git a/apps/systemtags/css/settings.css b/apps/systemtags/css/settings.css index 02713e352193e..eb1d2ad45f694 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 998e8628c3d4b..881172944df58 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -36,17 +36,25 @@

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

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