aboutsummaryrefslogtreecommitdiff
path: root/resources/assets
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-28 14:22:10 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-28 14:22:10 +0100
commit3cd4367aa9918a75867c6433c07d5c4da7335534 (patch)
treea151723697b652de0da924588c54bf6d6d2fb93f /resources/assets
parentc8f1ca4f62af776ceed440e1f0e192d6302b0c27 (diff)
Diffstat (limited to 'resources/assets')
-rw-r--r--resources/assets/stylesheets/scss/contentbar.scss2
-rw-r--r--resources/assets/stylesheets/scss/tree.scss36
2 files changed, 19 insertions, 19 deletions
diff --git a/resources/assets/stylesheets/scss/contentbar.scss b/resources/assets/stylesheets/scss/contentbar.scss
index b582ec5..72a8f78 100644
--- a/resources/assets/stylesheets/scss/contentbar.scss
+++ b/resources/assets/stylesheets/scss/contentbar.scss
@@ -15,7 +15,7 @@
.contentbar-wrapper-left {
display: flex;
- max-width: calc(100% - 130px);
+ flex: 1 0 calc(100% - 130px);
.contentbar-breadcrumb {
font-size: 1.25em;
diff --git a/resources/assets/stylesheets/scss/tree.scss b/resources/assets/stylesheets/scss/tree.scss
index 1d700f9..1c46031 100644
--- a/resources/assets/stylesheets/scss/tree.scss
+++ b/resources/assets/stylesheets/scss/tree.scss
@@ -14,7 +14,7 @@ $tree-outline: 1px solid var(--light-gray-color-40);
}
.contentbar {
- display: relative;
+ display: flex;
.contentbar-wrapper-right {
display: inherit;
@@ -308,23 +308,6 @@ $tree-outline: 1px solid var(--light-gray-color-40);
}
}
}
-
- table {
- tr {
- td {
- line-height: 24px;
- padding: 10px;
- vertical-align: top;
-
- a {
- img {
- margin-right: 5px;
- vertical-align: bottom;
- }
- }
- }
- }
- }
}
/* Display as table */
@@ -371,6 +354,23 @@ $tree-outline: 1px solid var(--light-gray-color-40);
}
}
+ .studip-tree-courses-table {
+ tr {
+ td {
+ line-height: 24px;
+ padding: 10px;
+ vertical-align: top;
+
+ a {
+ img {
+ margin-right: 5px;
+ vertical-align: bottom;
+ }
+ }
+ }
+ }
+ }
+
.studip-tree-course-path {
font-size: 0.9em;
list-style: none;