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

View File

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