Skip to content

Commit

Permalink
MRCMS: use more convenient font-size for table reports
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Aug 30, 2024
1 parent fc83e6d commit 9aa3c74
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nursix-dev-5984-ge5a28fc23 (2024-08-30 23:13:59)
nursix-dev-5985-gfc83e6d97 (2024-08-30 23:19:26)
2 changes: 1 addition & 1 deletion static/themes/JUH/eden.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/themes/JUH/scss/theme/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@
padding: 0.5rem;
}
.table-report-data {
font-size: 0.875rem;
max-height: 80vh;
overflow: scroll;
padding: 0.3rem;
Expand Down
7 changes: 4 additions & 3 deletions static/themes/JUH/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5378,20 +5378,21 @@ h4.profile-sub-header {

/* line 633, ../scss/theme/_misc.scss */
.table-report-data {
font-size: 0.875rem;
max-height: 80vh;
overflow: scroll;
padding: 0.3rem;
margin-top: 0.7rem;
}
/* line 638, ../scss/theme/_misc.scss */
/* line 639, ../scss/theme/_misc.scss */
.table-report-data table, .table-report-data th, .table-report-data td {
border: 1px solid #ccc;
}
/* line 641, ../scss/theme/_misc.scss */
/* line 642, ../scss/theme/_misc.scss */
.table-report-data thead th {
text-align: center;
}
/* line 645, ../scss/theme/_misc.scss */
/* line 646, ../scss/theme/_misc.scss */
.table-report-data tbody tr:nth-child(even) {
background: #fafafa;
}

0 comments on commit 9aa3c74

Please sign in to comment.