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
c217f2b1
Commit
c217f2b1
authored
7 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned up post.scss.
parent
0a27fdb6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
scss/post.scss
+8
-22
8 additions, 22 deletions
scss/post.scss
with
9 additions
and
22 deletions
CHANGES.md
+
1
−
0
View file @
c217f2b1
...
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
*
2018-02-13 - Cleaned up post.scss.
*
2018-02-12 - Setting to expand nav drawer menu to full page width on small screens.
*
2018-02-12 - Setting to show / hide icons for navigation menu items.
*
2018-02-08 - Fixed bug for the profile editing button in non admin view.
...
...
This diff is collapsed.
Click to expand it.
scss/post.scss
+
8
−
22
View file @
c217f2b1
...
...
@@ -98,7 +98,9 @@ body.loginbackgroundimage {
.navbar-nav
.nav-link
.icon
,
.usertext
,
.dropdown-toggle
,
.site-name
{
.site-name
,
.login
,
.login
a
{
color
:
#fff
;
}
.navbar-nav
.nav-link
.icon
:hover
,
...
...
@@ -107,6 +109,9 @@ body.loginbackgroundimage {
.site-name
:hover
{
color
:
$brand-primary
;
}
.navbar-brand
:not
(
.has-logo
)
.site-name
:hover
{
color
:
#fff
;
}
}
}
}
...
...
@@ -148,29 +153,21 @@ body.loginbackgroundimage {
* them either by a solid or a dotted line. For the course
* sections, we display no borders to make clear they are a
* separate unit.
* Icons will be added to menu items that are children of a
* root item and the ident has to be adjusted for consistency
* throuout the improved menu layout.
*/
#nav-drawer
{
/*
* General preparation.
*/
/* First remove all existing borders from the menu items + reset the bottom margin. */
.list-group-item
{
border
:
0
;
margin-bottom
:
0
;
}
/* Reduce space between pix icons and text as this is too much*/
/* Reduce space between pix icons and text as this is too much
.
*/
.media-left
{
padding-right
:
2px
;
}
/*
* General left menu.
*/
...
...
@@ -200,12 +197,6 @@ body.loginbackgroundimage {
@include
navdrawer-node-separator
(
parent
);
}
/* Menu item: my files. */
.list-group-item
[
data-key
|=
privatefiles
]
{
border-bottom-right-radius
:
.25rem
;
border-bottom-left-radius
:
.25rem
;
}
/* Menu item: my courses. */
.list-group-item
[
data-key
|=
mycourses
]
{
/* Separate the courses menu items from the other ones and add a bottom border*/
...
...
@@ -223,7 +214,6 @@ body.loginbackgroundimage {
.list-group-item
[
data-parent-key
|=
mycourses
]
{
@include
navdrawer-node-separator
(
child
);
}
.list-group-item
[
data-parent-key
|=
mycourses
]
:last-child
{
border-bottom
:
none
;
}
...
...
@@ -349,9 +339,6 @@ body.loginbackgroundimage {
}
/* Reduce indent of hidden sections as this is not aligned with visible ones. */
li
.section.main.hidden
{
h3
.sectionname
>
span
{
margin-left
:
0
;
}
.section
{
padding
:
0
;
}
...
...
@@ -468,7 +455,7 @@ body.loginbackgroundimage {
padding-left
:
15px
;
padding-right
:
15px
;
}
/* Do not display the intro box if it do not contain any content. */
/* Do not display the intro box if it do
es
not contain any content. */
#intro
:empty
{
display
:
none
;
}
...
...
@@ -542,7 +529,6 @@ blockquote::before {
content
:
'\f009'
;
font-size
:
1
.3rem
;
padding-right
:
7px
;
color
:
$gray-dark
;
}
/* Provide different, suitable Font Awesome icons for different Moodle blocks. */
.
block_recent_activity
.
card-block
.
card-title
:
:
before
{
...
...
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