diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index 1f6c982..8ee5b60 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -151,6 +151,11 @@ .aufBox ul li{margin:3px 0} .roleChips{display:flex;flex-wrap:wrap;gap:6px} .roleChip{background:#eef0f3;border-radius:999px;padding:3px 11px;font-size:13px} + /* RACI-Legende */ + .raciLegend{border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin:10px 0 4px;background:#f7f9fb} + .raciLegend .rlHead{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);font-weight:700;margin-bottom:8px} + .raciLegend .rlRow{display:flex;align-items:flex-start;gap:10px;margin:5px 0;font-size:14px;line-height:1.45} + .raciLegend .rlRow .raciBadge{flex:none;margin-top:1px} /* Aufgaben-Kasten (Anweisung hervorgehoben) */ .frageBox{background:#f7f9fc;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:12px;padding:14px 18px;margin:6px 0;font-size:16px;line-height:1.55} .frageBox .frageLabel{font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-weight:700;margin-bottom:5px} @@ -1124,6 +1129,18 @@ function raciTable(st){ const rows = st.raci.map(([r,c])=>`
| Rolle | RACI |
|---|