diff --git a/app/web/templates/base.html b/app/web/templates/base.html index e2ff680..b4773f8 100644 --- a/app/web/templates/base.html +++ b/app/web/templates/base.html @@ -30,6 +30,11 @@ .s-error,.s-needs_data,.s-needs_mapping{color:var(--err);} .muted { color:var(--muted); } a { color:var(--accent); } + /* Link-uri de actiune in antetul cardurilor: zona de atins mai mare (>=36px) si + feedback la hover; pe ecrane inguste antetul se rupe curat sub titlu. */ + .cardlink { font-size:13px; padding:7px 10px; border-radius:6px; display:inline-flex; + align-items:center; min-height:36px; white-space:nowrap; } + .cardlink:hover { background:var(--line); } .flash { background:#16241c; border-left:3px solid var(--ok); padding:8px 12px; border-radius:6px; margin:0 0 12px; font-size:13px; } .maprow { display:flex; gap:16px; align-items:center; padding:12px 0; border-bottom:1px solid var(--line); diff --git a/app/web/templates/dashboard.html b/app/web/templates/dashboard.html index d730665..e273d62 100644 --- a/app/web/templates/dashboard.html +++ b/app/web/templates/dashboard.html @@ -30,10 +30,12 @@