From 4bb6c4317d64dc3271b81294bc3a574e816beaf9 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 25 Oct 2016 12:41:40 -0700 Subject: adding support for tags via editor.Tags input func --- system/admin/static/dashboard/css/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system') diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 7acffab..1de966d 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -203,3 +203,7 @@ li:hover .quick-delete-post, li:hover .delete-user { -o-transform: translateY(-140%); transform: translateY(-140%); } + +.chips { + margin-top: 10px; +} \ No newline at end of file -- cgit v1.2.3