Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
928177d1
Commit
928177d1
authored
Sep 06, 2016
by
Barbara Ramiro
Committed by
Dan Poltawski
Sep 23, 2016
Browse files
MDL-55593 Theme: Style for the course page
Part of MDL-55071
parent
77f5a9b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/noname/scss/preset-default.scss
View file @
928177d1
...
...
@@ -918,16 +918,6 @@ $pre-scrollable-max-height: 340px !default;
padding-bottom
:
$spacer
;
}
.course-content
ul
{
&
.topics
li
.section
{
padding-top
:
$spacer
;
padding-bottom
:
(
$spacer
/
2
);
}
li
.section.main
{
border-bottom
:
1px
solid
#eceeef
;
}
}
.pagelayout-login
{
&
.notloggedin
{
#region-main
{
...
...
@@ -1027,6 +1017,37 @@ h2,
margin-bottom
:
$spacer
;
}
// Course content
.course-content
ul
{
&
.topics
li
.section
{
padding-top
:
$spacer
;
padding-bottom
:
(
$spacer
/
2
);
}
li
.section.main
{
border-bottom
:
1px
solid
#f4f4f4
;
&
:last-child
{
border-bottom
:
none
;
}
}
}
.activityinstance
{
>
a
,
.inplaceeditable.inplaceeditable-text
{
display
:
block
;
text-indent
:
-31px
;
padding-left
:
31px
;
}
}
.editing
.section
.activity
{
&
:hover
,
&
.action-menu-shown
{
background-color
:
$table-bg-accent
;
}
}
// Edit settings
.mform
fieldset
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment