diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-20 13:13:54 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-20 13:13:54 -0800 |
commit | e4fa817d305f701be0aeb34c079c93108940e2c3 (patch) | |
tree | 0ed250e5e6eb0b82707279cdfdadee82bc40ab84 | |
parent | 02b396de26ca7f58b8e8134fbaa098f5af49b911 (diff) |
adding style update to admin css
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 8d2fb89..4d6e444 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -185,6 +185,11 @@ li:hover .quick-delete-post, li:hover .delete-user { padding: 20px; } +.controls button { + padding: 0px 10px 5px 10px; + position: relative; + top: -10px; +} /* OVERRIDE Bootstrap + Materialize conflicts */ .iso-texteditor.input-field label { |