From 6b6e50909cc77de1797e88be5445c5b643b008a9 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 18 Jul 2026 15:28:30 +0200 Subject: Give action log entries per-verb icons A muted glyph before each sentence makes both log surfaces scannable by verb: create, publish, move, trash, restore, destroy, and the discard pair. Rollback publishes get their own icon (history) distinct from ordinary promotion. Unknown verbs fall back to a dashed circle. --- public/stylesheets/admin.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 15e753d9..05e47e72 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1544,6 +1544,12 @@ div#image_browser ul li { color: #777; } +.node_action_icon { + color: #777; + margin-right: 0.35em; + vertical-align: text-bottom; +} + .revision_lifecycle { font-size: 0.85rem; color: #777; -- cgit v1.3