diff --git a/assets/frontend.css b/assets/frontend.css index eae6e1a..0dee3fa 100644 --- a/assets/frontend.css +++ b/assets/frontend.css @@ -1,25 +1,3 @@ -.kc-workshop-header { - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 8px; - gap: 8px; -} -.kc-workshop-title { - font-weight: bold; - font-size: 1.08em; - flex: 1 1 auto; - min-width: 0; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -.kc-workshop-count { - color: #2da66a; - font-size: 0.98em; - margin-left: 8px; - white-space: nowrap; -} .teamers { color: #888; font-size: 0.95em; @@ -134,7 +112,7 @@ .kc-result{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#222;} .kc-result h3{margin-top:0;text-align:center;color:#154a3b;} .kc-phase{margin:18px 0;padding:12px;border-radius:12px;background:#fbfffe;border:1px solid #e6f3ee;} -.kc-result .kc-inner { max-width:1100px; margin:0 auto; padding:0 14px; box-sizing:border-box; } +.kc-result .kc-inner { max-width:900px; margin:0 auto; padding:0 14px; box-sizing:border-box; } .kc-workshops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); diff --git a/includes/frontend-ergebnis.php b/includes/frontend-ergebnis.php index 0047b22..25f0a42 100644 --- a/includes/frontend-ergebnis.php +++ b/includes/frontend-ergebnis.php @@ -181,11 +181,7 @@ add_shortcode('konficastle_workshop_ergebnis', function($atts) { if (!empty($ws_teamers[$teamer_key])) { $teamer_html = ''.esc_html(implode(', ', $ws_teamers[$teamer_key])).''; } - echo '