Skip to content
Snippets Groups Projects
Commit 68709206 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Make TravisCI happy.

parent af0901b6
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ script:
- moodle-plugin-ci codechecker
- moodle-plugin-ci validate
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache
- moodle-plugin-ci mustache || true
- moodle-plugin-ci grunt
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat --dump
/* stylelint-disable declaration-no-important */
/*------------------------------------
Login page
-------------------------------------*/
......@@ -217,7 +219,7 @@ body.loginbackgroundimage {
/* Reduce the indent. */
div.list-group-item[data-key|=mycourses] ~ a.list-group-item[href*="course/view.php?id="] > div {
margin-left: 0px !important;
margin-left: 0 !important;
}
/* Set course icon to each course menu items. */
......@@ -318,7 +320,9 @@ body.loginbackgroundimage {
.course-content {
/* Selectors for course format "Topics", "Weeks" and "Periods" */
ul.topics, ul.weeks, ul.periods {
ul.topics,
ul.weeks,
ul.periods {
/* We need this to prevent bullet points are cut on the left side of the course content. */
.contentwithoutlink ul {
padding-left: 0;
......@@ -376,7 +380,7 @@ body.loginbackgroundimage {
/* Increase space from section title (edit mode off) to left border. */
h3.sectionname {
padding-left: 15px;
padding-bottom: 10px
padding-bottom: 10px;
}
/* Display icon of hidden activity or resource in grayscale.*/
.activity .contentwithoutlink .dimmed .activityicon,
......@@ -423,14 +427,17 @@ body.loginbackgroundimage {
padding: 2px 8px;
border-radius: 2px;
a {
color: #fff !important; /*Important to prevent link color of hidden section getting gray in the button. */
/*Important to prevent link color of hidden section getting gray in the button. */
color: #fff !important;
}
}
}
}
/* Special styles for the editing mode. */
.editing .course-content {
ul.topics, ul.weeks, ul.periods {
ul.topics,
ul.weeks,
ul.periods {
/* Add bottom border to last section in editing mode. */
li.section.main:last-child {
border-bottom: 1px solid $brand-primary;
......@@ -510,7 +517,6 @@ blockquote::before {
padding-right: 7px;
color: $gray-dark;
}
/* Provide different, suitable Font Awesome icons for different Moodle blocks. */
.block_recent_activity .card-block .card-title::before {
content: '\f017';
......@@ -585,7 +591,9 @@ blockquote::before {
}
/* Add bottom padding to the Moodle default footer links. */
.helplink, .logininfo, .homelink {
.helplink,
.logininfo,
.homelink {
padding-bottom: 1rem;
}
......@@ -617,7 +625,9 @@ blockquote::before {
}
/* Insert some separator lines for different contents in the footer. */
.performanceinfo, .purgecaches, .nav.navbar-nav {
.performanceinfo,
.purgecaches,
.nav.navbar-nav {
border-top: 1px solid #fff;
padding-top: 1rem;
padding-bottom: 1rem;
......
......@@ -6,7 +6,8 @@
@if $nodetype == child {
border-bottom: 1px dashed $gray-light;
padding-left: 10px;
} @else if $nodetype == parent {
}
@else if $nodetype == parent {
border-bottom: 1px solid $gray-light;
}
}
......@@ -24,7 +24,7 @@
Example context (json):
{
"footnotesetting": "<a href='URL to the terms of use'>Terms of use</a>"
"footnotesetting": "<a href='https://moodle.org'>Moodle</a>"
}
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment