diff options
Diffstat (limited to 'resources/assets')
| -rw-r--r-- | resources/assets/stylesheets/scss/contentbar.scss | 2 | ||||
| -rw-r--r-- | resources/assets/stylesheets/scss/tree.scss | 36 |
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; |
