diff options
author | Steve <nilslice@gmail.com> | 2016-10-25 13:10:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 13:10:42 -0700 |
commit | 96ebcb095797fe4947d647ad1aa7572d84609fc0 (patch) | |
tree | e255fdf6dc7c923bd06a5b643c5094e8441ca17b /system/admin | |
parent | 0ea5c73dad6f6c4508ba632c3c96d898f525b070 (diff) | |
parent | c81783e87070340701a818eaae59f2304f982f3f (diff) |
Merge pull request #10 from bosssauce/ponzu-dev
[core] Adding input func for Tags
Diffstat (limited to 'system/admin')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 4 |
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 |