diff --git a/app/statistic/templates/statistic/overview.html b/app/statistic/templates/statistic/overview.html index 37d508b..59429aa 100644 --- a/app/statistic/templates/statistic/overview.html +++ b/app/statistic/templates/statistic/overview.html @@ -122,12 +122,10 @@ /* Segmentierte Balken für Vogelarten - neues horizontales Layout */ .bird-bar { display: flex; - margin-bottom: 15px; + margin-bottom: 1%; align-items: center; clear: both; overflow: hidden; - padding: 10px 0; - border-bottom: 1px solid #e9ecef; } .bird-bar:last-child { @@ -166,6 +164,8 @@ transition: all 0.3s ease; cursor: pointer; position: relative; + min-width: 1px; + display: block; } .bird-bar-segment:hover { @@ -195,9 +195,9 @@ } .total-info { - margin-top: 8px; + margin-bottom: 8px; padding-top: 5px; - border-top: 1px solid #dee2e6; + border-bottom: 1px solid #dee2e6; font-size: 0.85rem; } @@ -395,11 +395,11 @@