diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-11 14:39:04 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-11 14:39:04 -0800 |
commit | aec6cd4045a49c3aa5b0f8194658726c61b75094 (patch) | |
tree | 0a2da3318b71309bd2c556806931e531dfdd9bfb /system | |
parent | ec811345063a37d1238e0e6d3f9e4eb7c5f26b1f (diff) |
fix margin in editor UI
Diffstat (limited to 'system')
-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 83e53d8..f986fbe 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -193,6 +193,7 @@ li:hover .quick-delete-post, li:hover .delete-user { tr.default-fields, tr.editor-fields { margin-top: 20px; + margin-bottom: 20px; } /* OVERRIDE Bootstrap + Materialize conflicts */ |