Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-63698-master' of https://github.com/lucaboesch/moodle
  • Loading branch information
David Monllao committed Oct 29, 2018
2 parents 7076682 + 9452bdd commit 95a4d79
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/bootstrapbase/less/moodle/blocks.less
Expand Up @@ -440,4 +440,14 @@
background-position: center;
background-size: cover;
.border-top-radius(@baseBorderRadius);
}

.summaryimage {
height: 7rem;
background-position: center;
background-size: cover;
}

.position-absolute {
position: absolute;
}
8 changes: 8 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -16644,6 +16644,14 @@ body {
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.summaryimage {
height: 7rem;
background-position: center;
background-size: cover;
}
.position-absolute {
position: absolute;
}
/**
* Moodle forms HTML isn't changeable via renderers (yet?) so this
* .less file imports styles from the bootstrap @variables file and
Expand Down

0 comments on commit 95a4d79

Please sign in to comment.