Skip to content

Commit 3ade16e

Browse files
committed
Center-align columns in grants recap
1 parent 6f11e28 commit 3ade16e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

backend/reviews/templates/grants-recap.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,21 @@
234234
.sortable:hover {
235235
text-decoration: underline;
236236
}
237+
238+
/* Center-align columns */
239+
.results-table th:nth-child(1), # number column
240+
.results-table th:nth-child(3), # score column
241+
.results-table th:nth-child(4), # std dev column
242+
.results-table th:nth-child(6), # current status column
243+
.results-table th:nth-child(7), # pending status column
244+
.results-table td:nth-child(1), # number column
245+
.results-table td:nth-child(3), # score column
246+
.results-table td:nth-child(4), # std dev column
247+
.results-table td:nth-child(6), # current status column
248+
.results-table td:nth-child(7), # pending status column
249+
{
250+
text-align: center;
251+
}
237252
</style>
238253
<script type="application/javascript">
239254
const grantsById = {};

0 commit comments

Comments
 (0)