Skip to content

Commit

Permalink
MDL-57932 core: Serve the Moodle logo as SVG
Browse files Browse the repository at this point in the history
The Moodle logo in the login page footer is served in SVG format.

Signed-off-by: Luca Bösch <[email protected]>
  • Loading branch information
lucaboesch authored and = committed Mar 4, 2017
1 parent 3c45d26 commit 15de9ec
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 0 deletions.
155 changes: 155 additions & 0 deletions pix/moodlelogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,12 @@ $footer-link-color: $brand-primary !default;
color: $footer-link-color;
}

.sitelink {
img {
width: 112px;
}
}

// Make links in a menu clickable anywhere in the row.
.dropdown-item a {
display: block;
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ img.icon-post {
padding-left: 3px;
padding-right: 0;
}
.sitelink img {
width: 112px;
}
.boxaligncenter {
margin-left: auto;
margin-right: auto;
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ img.icon-post {
padding-left: 3px;
padding-right: 0;
}
.sitelink img {
width: 112px;
}
.boxaligncenter {
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 15de9ec

Please sign in to comment.