summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-25 12:41:40 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-25 12:41:40 -0700
commit4bb6c4317d64dc3271b81294bc3a574e816beaf9 (patch)
tree42627c8399aa55c398f26e234f93accd4d8a969e /system
parent7c6c5d247d38b1bb1b3e24098c87080ad8059cba (diff)
adding support for tags via editor.Tags input func
Diffstat (limited to 'system')
-rw-r--r--system/admin/static/dashboard/css/admin.css4
1 files changed, 4 insertions, 0 deletions
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