From cfcb90214fdd020ad2852de107c77cb3d740b6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 31 Jul 2018 15:35:57 +0200 Subject: [PATCH] Revert to regular buttons in system tags management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/systemtags/css/settings.css | 16 +++++++--------- apps/systemtags/templates/admin.php | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/apps/systemtags/css/settings.css b/apps/systemtags/css/settings.css index 5313247227..02713e3521 100644 --- a/apps/systemtags/css/settings.css +++ b/apps/systemtags/css/settings.css @@ -1,17 +1,15 @@ .systemtag-input { display: flex; - max-width: 500px; + flex-wrap: wrap; } #systemtags .select2-container { width: 100%; - max-width: 500px; + max-width: 400px; +} +#systemtags .select2-container .select2-choice { + height: auto; } #systemtag_name { - flex-grow: 1; -} - -#systemtag_delete, -#systemtag_reset, -#systemtag_submit { - padding: 8px; + width: 100%; + max-width: 400px; } \ No newline at end of file diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index fa1b07cb18..842648b5aa 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -49,9 +49,9 @@ style('systemtags', 'settings'); - - t('Reset')); ?> - t('Create')); ?> + + t('Reset')); ?> + t('Create')); ?>