diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-18 15:28:30 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-18 15:28:30 +0200 |
| commit | 6b6e50909cc77de1797e88be5445c5b643b008a9 (patch) | |
| tree | 3b72081f0ae4428c1c346c267681115d42e22855 /public/stylesheets/admin.css | |
| parent | 49de2e14972030a7ef0ca36a94ab55a23a2f3596 (diff) | |
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.
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 15e753d..05e47e7 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1544,6 +1544,12 @@ div#image_browser ul li { | |||
| 1544 | color: #777; | 1544 | color: #777; |
| 1545 | } | 1545 | } |
| 1546 | 1546 | ||
| 1547 | .node_action_icon { | ||
| 1548 | color: #777; | ||
| 1549 | margin-right: 0.35em; | ||
| 1550 | vertical-align: text-bottom; | ||
| 1551 | } | ||
| 1552 | |||
| 1547 | .revision_lifecycle { | 1553 | .revision_lifecycle { |
| 1548 | font-size: 0.85rem; | 1554 | font-size: 0.85rem; |
| 1549 | color: #777; | 1555 | color: #777; |
