styling download button

This commit is contained in:
frankknoll
2023-10-15 17:52:26 +02:00
parent a8f006ed44
commit 6b50e6e038
2 changed files with 6 additions and 2 deletions

View File

@@ -17697,7 +17697,7 @@
</tr>
</thead>
</table>
<button id="downloadPrrByVaccineTable">Download</button>
<button id="downloadPrrByVaccineTable" class="downloadButton">Download</button>
</div>
</div>
</div>
@@ -17820,7 +17820,7 @@
</tr>
</thead>
</table>
<button id="downloadPrrBySymptomTable">Download</button>
<button id="downloadPrrBySymptomTable" class="downloadButton">Download</button>
</div>
</div>
</div>

View File

@@ -4931,3 +4931,7 @@ table.dataTable.display tbody tr.prrTooHigh {
.select2 {
max-width: 100%;
}
.downloadButton {
margin-top: 10px;
}