diff options
-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 |