diff --git a/application/views/awards/iota/index.php b/application/views/awards/iota/index.php index fba689c50..6118085ce 100644 --- a/application/views/awards/iota/index.php +++ b/application/views/awards/iota/index.php @@ -30,13 +30,65 @@ margin: 0 8px 0 0; opacity: 0.7; } + +.stats-card { + border-left: 4px solid #007bff; + padding: 20px; + margin-bottom: 15px; + background-color: #f8f9fa; + border-radius: 4px; +} + +.stats-card h5 { + margin: 0 0 10px 0; + color: #333; + font-weight: 600; +} + +.stats-number { + font-size: 28px; + font-weight: bold; + color: #007bff; + margin: 10px 0; +} + +.filter-section { + background-color: #f8f9fa; + border-radius: 8px; + padding: 20px; + margin-bottom: 20px; + border: 1px solid #dee2e6; +} + +.filter-section .form-label { + font-weight: 600; + color: #495057; +} + +.table-iota { + font-size: 0.9rem; +} + +.table-iota thead th { + background-color: #e9ecef; + font-weight: 600; + position: sticky; + top: 0; + z-index: 10; +}