summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-07 20:22:37 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-07 20:22:37 +0200
commit278819cad2d2199029cc11124c95b0155f83f821 (patch)
treec98cada36cbec18a5e0c2bc1e17ef3370a9adbe8 /public/stylesheets
parente7b12a7e50e6bdb64ccaa1180d606465485a8439 (diff)
Show a pending address in the cockpit, the diff and the publish confirm
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/admin.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 889a5729..9d287dc7 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -1424,6 +1424,20 @@ form.button_to button[type="submit"] {
1424 } 1424 }
1425} 1425}
1426 1426
1427.pending_address {
1428 display: flex;
1429 align-items: center;
1430 gap: 0.4rem;
1431 margin: 0 0 0.75rem;
1432 font-weight: bold;
1433}
1434
1435.pending_address svg {
1436 width: 1.25rem;
1437 height: 1.25rem;
1438 flex-shrink: 0;
1439}
1440
1427/* Layout only -- the at-rest visibility (wavy underline) for these 1441/* Layout only -- the at-rest visibility (wavy underline) for these
1428 links comes from the scoped rule in Base elements above. */ 1442 links comes from the scoped rule in Base elements above. */
1429.add_events, 1443.add_events,
@@ -2348,6 +2362,10 @@ input#menu_item_title {
2348 overflow-y: auto; 2362 overflow-y: auto;
2349} 2363}
2350 2364
2365.restore_picker .search_results:empty {
2366 display: none;
2367}
2368
2351/* ============================================================ 2369/* ============================================================
2352 User section 2370 User section
2353 ============================================================ */ 2371 ============================================================ */