diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-13 12:14:53 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-13 12:14:53 -0700 |
commit | 6148ddb2473f00fb74b135e00127bbadd2062861 (patch) | |
tree | 8159335c8cc7a1063b5450cd703eeb5e1d0fc48c /system | |
parent | 0163196a4d7908f95c92faa7c7145753f0b5bdb1 (diff) |
fixing style and layout for delete button
Diffstat (limited to 'system')
-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 888dbf1..7da4154 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -154,6 +154,10 @@ footer p { color: #9e9e9e; } +.post-controls .save-post { + margin-left: 10px; +} + /* OVERRIDE Bootstrap + Materialize conflicts */ .iso-texteditor.input-field label { |