styling download button
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -4931,3 +4931,7 @@ table.dataTable.display tbody tr.prrTooHigh {
|
||||
.select2 {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.downloadButton {
|
||||
margin-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user