css fixes, docs

This commit is contained in:
jokob-sk
2025-01-26 10:20:46 +11:00
parent 4443c69d31
commit 8d607aac96
5 changed files with 10 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ function renderFilterDropdown($headerKey, $columnName, $values) {
// Generate the dropdown HTML
return '
<div class="filter-group">
<div class="filter-group input-group">
<label for="filter_' . htmlspecialchars($columnName) . '">' . lang($headerKey) . '</label>
<select id="filter_' . htmlspecialchars($columnName) . '" class="filter-dropdown" data-column="' . htmlspecialchars($columnName) . '">
' . $optionsHtml . '