diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 23:42:07 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 23:42:07 -0700 |
commit | 47a7faf58825b828d2e4d8f386da327448e44f2d (patch) | |
tree | 16766baf8d7018ca15a5f762176f775e11f24c33 /system/admin/static/dashboard/css | |
parent | 1b76c6ae8bf65def5d3e0e042cb7087b5f13bca9 (diff) |
adjusting style to quick-delete-post button and adding JS form control
Diffstat (limited to 'system/admin/static/dashboard/css')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 4d1275f..e23658e 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -178,6 +178,7 @@ li:hover .quick-delete-post { text-transform: uppercase; font-size: 11px; font-weight: bold; + margin-right: 20px; } |