Skip to content
Snippets Groups Projects
Commit 25c60d3a authored by Johannes Wolf's avatar Johannes Wolf
Browse files

fix student and contributor index tables and bottom border for "add another"

parent 53e347d3
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,11 @@ body, .fixed-top, .fixed-bottom, .is-fixed, .sticky-top { ...@@ -84,6 +84,11 @@ body, .fixed-top, .fixed-bottom, .is-fixed, .sticky-top {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
// remove horizontal line after "add another" in formsets
.dynamic-form-add td {
border-bottom: none;
}
// select2 adjustments // select2 adjustments
.select2-container--default .select2-selection--single { .select2-container--default .select2-selection--single {
......
...@@ -32,6 +32,7 @@ $headings-margin-bottom: 1rem; ...@@ -32,6 +32,7 @@ $headings-margin-bottom: 1rem;
$table-accent-bg: transparent; $table-accent-bg: transparent;
$table-striped-bg: tint-color($light-gray, 50%); $table-striped-bg: tint-color($light-gray, 50%);
$table-border-color: $light-gray; $table-border-color: $light-gray;
$table-group-separator-color: $medium-gray;
$card-cap-bg: $table-striped-bg; $card-cap-bg: $table-striped-bg;
......
...@@ -112,6 +112,13 @@ ...@@ -112,6 +112,13 @@
height: 2.5rem; height: 2.5rem;
} }
tr.heading-row td {
border-bottom: none;
}
tr.heading-row:not(:first-child) td {
border-top: 1px solid $light-gray;
}
tr.heading-row.course-row { tr.heading-row.course-row {
td { td {
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
...@@ -154,6 +161,6 @@ tr.evaluation-row:not(.heading-row) { ...@@ -154,6 +161,6 @@ tr.evaluation-row:not(.heading-row) {
} }
} }
.table-headerless tr:first-child td { .table-headerless tr:last-child td {
border-top-width: 0; border-bottom-width: 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment