Skip to content

Commit

Permalink
Merge pull request #8033 from stopfstedt/5542_session_list_headers
Browse files Browse the repository at this point in the history
either left or right align headers and body in session grid.
  • Loading branch information
jrjohnson committed Aug 6, 2024
2 parents c12d493 + 425db47 commit 98151e6
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@mixin sessions-grid() {
display: grid;
grid-template-columns: 1fr 8fr 2fr 1fr;
grid-gap: 0.5rem;

.session-grid-type,
.session-grid-groups,
Expand All @@ -15,17 +16,17 @@
display: none;
}

.session-grid-title,
.session-grid-type,
.session-grid-first-offering {
text-align: left;
}

.session-grid-groups,
.session-grid-objectives,
.session-grid-terms,
.session-grid-offerings {
text-align: center;
}

.session-grid-status,
.session-grid-status.sortable-heading,
.session-grid-actions {
padding-right: 0.5rem;
.session-grid-offerings,
.session-grid-status {
text-align: right;
}

Expand Down

0 comments on commit 98151e6

Please sign in to comment.