From debe34b96c15708caef08c4b319ad2beac155675 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 10 Mar 2017 14:25:31 -0500 Subject: [PATCH] better styling for tagsinput in ACP and added it to general -> keywords --- public/less/admin/settings.less | 16 ++++++++++++++++ src/views/admin/settings/general.tpl | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/public/less/admin/settings.less b/public/less/admin/settings.less index 84572def68..decfc8b7ed 100644 --- a/public/less/admin/settings.less +++ b/public/less/admin/settings.less @@ -16,4 +16,20 @@ [data-action="upload"][type="text"] { width: 95%; } + + .bootstrap-tagsinput { + width: 100%; + border: 0; + box-shadow: none; + padding-left: 0; + + input { + width: 100%; + margin-left: 1px; + margin-top: 9px; + border-bottom: 1px dotted #ccc !important; + padding-bottom: 5px; + padding-left: 0; + } + } } \ No newline at end of file diff --git a/src/views/admin/settings/general.tpl b/src/views/admin/settings/general.tpl index 2afbd532b9..9a96706394 100644 --- a/src/views/admin/settings/general.tpl +++ b/src/views/admin/settings/general.tpl @@ -31,8 +31,8 @@
- -
+
+