Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
68709206
Commit
68709206
authored
8 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Make TravisCI happy.
parent
af0901b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
scss/post.scss
+63
-53
63 additions, 53 deletions
scss/post.scss
scss/pre.scss
+2
-1
2 additions, 1 deletion
scss/pre.scss
templates/footnote.mustache
+1
-1
1 addition, 1 deletion
templates/footnote.mustache
with
67 additions
and
56 deletions
.travis.yml
+
1
−
1
View file @
68709206
...
...
@@ -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
This diff is collapsed.
Click to expand it.
scss/post.scss
+
63
−
53
View file @
68709206
/* 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
:
0
px
!
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
;
...
...
This diff is collapsed.
Click to expand it.
scss/pre.scss
+
2
−
1
View file @
68709206
...
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
templates/footnote.mustache
+
1
−
1
View file @
68709206
...
...
@@ -24,7 +24,7 @@
Example
context
(
json
)
:
{
"footnotesetting"
:
"<a href='
URL to the terms of use'>Terms of us
e</a>"
"footnotesetting"
:
"<a href='
https://moodle.org'>Moodl
e</a>"
}
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment