diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-30 23:54:28 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-30 23:54:28 -0700 |
commit | a6e4c198446ebce3010814a530f193fba0268a57 (patch) | |
tree | fd7792b0f55dccf30059808b2b7852b573d4a6c7 | |
parent | 8dd8f63a8f33f14a94785c4c371a0e8dec11bbc0 (diff) |
+ UI edits
-rw-r--r-- | management/editor/editor.go | 2 | ||||
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 73518c8..930cb8f 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -114,7 +114,7 @@ func Form(post Editable, fields ...Field) ([]byte, error) { <div class="col s12 input-field"> <button class="right waves-effect waves-light btn blue approve-post" type="submit">Approve</button> </div> - <div class="approve-details col s12">This post is pending approval. By clicking 'Approve', it will be immediately published.</div> + <div class="approve-details right-align col s12">This post is pending approval. By clicking 'Approve', it will be immediately published.</div> </div> <script> diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 1de966d..3cffc5d 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -206,4 +206,14 @@ li:hover .quick-delete-post, li:hover .delete-user { .chips { margin-top: 10px; +} + +.external.post-controls .col.input-field { + margin-top: 40px; + padding: 0; +} + +.approve-details { + text-align: right; + padding: 10px 0 !important; }
\ No newline at end of file |