diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-08 17:35:19 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-08 17:35:19 -0800 |
commit | 5d8e0b1c247cd9c81c42f4625eeb9cc435c0e9f0 (patch) | |
tree | ec8fc0d3a177cad7aa455bcd9151f9c74e296dc4 /system | |
parent | 18d80d93a4e06c3958895647b69bd761bd64c65f (diff) |
updating layout of buttons and css to make UI nicer
Diffstat (limited to 'system')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 3cffc5d..ce6c214 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -154,7 +154,7 @@ footer p { color: #9e9e9e; } -.post-controls .save-post { +.post-controls .save-post. .post-controls .approve-post { margin-left: 10px; } |