summaryrefslogtreecommitdiff
path: root/system/admin/static
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2016-10-25 13:10:42 -0700
committerGitHub <noreply@github.com>2016-10-25 13:10:42 -0700
commit96ebcb095797fe4947d647ad1aa7572d84609fc0 (patch)
treee255fdf6dc7c923bd06a5b643c5094e8441ca17b /system/admin/static
parent0ea5c73dad6f6c4508ba632c3c96d898f525b070 (diff)
parentc81783e87070340701a818eaae59f2304f982f3f (diff)
Merge pull request #10 from bosssauce/ponzu-dev
[core] Adding input func for Tags
Diffstat (limited to 'system/admin/static')
-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