summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-09 15:45:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-09 15:45:56 +0200
commit9d32458491d79f8e06a706375030c78282f4427b (patch)
tree5eee208b844df39dfd66d9f0d1618fb5fa437fdb /public
parented3905b5409190c1e11c2c49c2163ac967c6d8b9 (diff)
Report every editorial attribute in the revision diff
diff_against gained external_url, published_at and user. The view renders each metadata section only when that attribute changed, and says so once when none did. Metadata now precedes the locale pointer, which speaks only of translations: above the metadata it read as "nothing changed" on a revision that had moved the page.
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 7951f667..b8a01112 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -799,6 +799,12 @@ table.revisions_table tr:hover {
799 margin: 0; 799 margin: 0;
800} 800}
801 801
802.diff_preamble {
803 border-bottom: 1px solid var(--hairline);
804 margin-bottom: 1.5rem;
805 padding-bottom: 0.5rem;
806}
807
802.user_table { 808.user_table {
803 width: 100%; 809 width: 100%;
804 max-width: 44rem; 810 max-width: 44rem;