From 1b76c6ae8bf65def5d3e0e042cb7087b5f13bca9 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 18 Oct 2016 23:25:41 -0700 Subject: changing UI for quick-delete-post button --- system/admin/handlers.go | 5 +++-- system/admin/static/dashboard/css/admin.css | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 790351d..0cac28f 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -437,12 +437,13 @@ func adminPostListItem(p editor.Editable, t string) []byte {
  • ` + p.ContentName() + ` Updated: ` + updatedTime + ` -
    + ` + publishTime + ` + + Delete
    - ` + publishTime + `
  • ` return []byte(post) diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 5dda604..4d1275f 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -176,6 +176,8 @@ li:hover .quick-delete-post { cursor: pointer; color: #F44336; text-transform: uppercase; + font-size: 11px; + font-weight: bold; } -- cgit v1.2.3