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