diff --git a/coldfront/plugins/ifx/templates/plugins/ifx/billing_records.html b/coldfront/plugins/ifx/templates/plugins/ifx/billing_records.html index 627aeca0e..156afe1cf 100644 --- a/coldfront/plugins/ifx/templates/plugins/ifx/billing_records.html +++ b/coldfront/plugins/ifx/templates/plugins/ifx/billing_records.html @@ -34,6 +34,12 @@ #organizations { width: 400px; } + #delete-selected { + color: red; + } + #delete-selected:disabled { + color: grey; + } .result-header { font-size: 12pt; font-weight: bold; @@ -53,6 +59,7 @@ .righty { position: relative; float: right; + margin-left: 1em; } .dt-input { margin: 0 0 0 1em;