MDL-64171 block_myoverview: change course summary view image size

Size reduced from 7rem to 5rem for smaller devices
and for courses without a description.
This commit is contained in:
Bas Brands
2018-12-18 10:38:00 +01:00
parent 33a388eff7
commit eecff277da
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ $card-gutter : $card-deck-margin * 2;
}
.summaryimage {
height: 7rem;
width: 7rem;
height: 5rem;
width: 5rem;
background-position: center;
background-size: cover;
}
+2 -2
View File
@@ -11256,8 +11256,8 @@ div.editor_atto_toolbar button .icon {
overflow-x: scroll; }
.summaryimage {
height: 7rem;
width: 7rem;
height: 5rem;
width: 5rem;
background-position: center;
background-size: cover; }
+2 -2
View File
@@ -455,8 +455,8 @@ body.used-region-side-pre.used-region-side-post {
}
.summaryimage {
height: 7rem;
width: 7rem;
height: 5rem;
width: 5rem;
.border-radius(50%);
background-position: center;
background-size: cover;
+2 -2
View File
@@ -16530,8 +16530,8 @@ body {
border-top-left-radius: 4px;
}
.summaryimage {
height: 7rem;
width: 7rem;
height: 5rem;
width: 5rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;