diff --git a/public/assets/my.js b/public/assets/my.js index a221739..1543bb3 100644 --- a/public/assets/my.js +++ b/public/assets/my.js @@ -942,7 +942,7 @@ + '' + (c.status === 'out' ? (c.type === 'visits' ? 'pack delivered' : 'budget spent') : c.status === 'done' ? '' + (c.type === 'featured' ? 'run ended' : 'ended') + '' : c.scheduled ? 'scheduled' : c.status) + '' + '' + (c.status === 'active' ? '' : c.status === 'paused' ? '' : '') - + (['paused', 'out', 'done'].includes(c.status) ? ' ' : '') + + (['paused', 'out', 'done'].includes(c.status) ? ' ' : '') + (c.type === 'featured' ? ' ' : c.type === 'visits' ? ' ' : ' ') diff --git a/public/assets/site.css b/public/assets/site.css index cc7c4a2..1e40d99 100644 --- a/public/assets/site.css +++ b/public/assets/site.css @@ -53,6 +53,15 @@ nav .links a.active{color:var(--mint);background:rgba(67,232,195,.1)} .btn.sec{background:transparent;color:var(--mint);border:1px solid rgba(67,232,195,.6);box-shadow:none} .btn.sec:hover{background:rgba(67,232,195,.08);box-shadow:0 4px 26px rgba(67,232,195,.2)} .btn.small{padding:8px 17px;font-size:13px} +/* a third, quieter button for actions that are not the main move (Archive). NOT ".ghost": that is + the giant footer wordmark and it sets color:transparent, which made the Archive button invisible + (Marty, 2026-09-23). */ +.btn.quiet{background:transparent;color:var(--muted);border:1px solid var(--line-strong);box-shadow:none} +.btn.quiet:hover{background:rgba(139,166,156,.1);color:var(--ink);border-color:var(--muted);box-shadow:none} +/* the member's campaign actions sat flush against each other on desktop; the mobile rule already + had a gap, this gives the wide layout the same room */ +.camp-table td.act .btn{margin-right:8px} +.camp-table td.act .btn:last-child{margin-right:0} .btn:disabled{opacity:.45;cursor:default;transform:none;box-shadow:none} /* ── hero: centered, light-trail set-piece ─────────── */ .hero{position:relative;text-align:center;padding:120px 0 84px;overflow:visible} diff --git a/public/index.html b/public/index.html index c12f826..8ee1fb7 100644 --- a/public/index.html +++ b/public/index.html @@ -20,7 +20,7 @@ - + diff --git a/public/my.html b/public/my.html index 303dc29..a36b773 100644 --- a/public/my.html +++ b/public/my.html @@ -5,7 +5,7 @@ Member area | InstantAdPay - + @@ -1073,7 +1073,7 @@ - +