Skip to content
Snippets Groups Projects
Commit 0b34ec89 authored by Awais Jibran's avatar Awais Jibran
Browse files

Xsy image remove for course home messages at theme level

parent 07bb471e
Branches
Tags
No related merge requests found
......@@ -423,13 +423,6 @@
}
}
#expand-collapse-outline-all-button {
float: right;
background-color: transparent;
color: $black;
cursor: pointer;
}
// extra padding for expand/collapse text change
.expand-collapse-outline-all-extra-padding {
padding: 0 4px;
......
<section class="course-outline" id="main">
<button class="btn btn-primary"
<button class="btn btn-outline-primary pull-right"
id="expand-collapse-outline-all-button"
aria-expanded="false"
aria-controls="course-outline-block-tree"
......
......@@ -28,7 +28,7 @@ dates_banner_displayed = False
<main role="main" class="course-outline" id="main" tabindex="-1">
<%include file="/dates_banner.html" />
% if course_sections is not None:
<button class="btn btn-primary"
<button class="btn btn-outline-primary pull-right"
id="expand-collapse-outline-all-button"
aria-expanded="false"
aria-controls="course-outline-block-tree"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment