From c0ce11e4a29ecd735edec167f2b67d49f1247281 Mon Sep 17 00:00:00 2001 From: Matheus Garcia Date: Wed, 5 Jun 2019 10:54:08 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20em=20tamanho=20de=20imagem=20na=20p?= =?UTF-8?q?=C3=A1gina=20de=20cursos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/moodle/course.scss | 5 ++++- style/moodle.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scss/moodle/course.scss b/scss/moodle/course.scss index 0bc6d4c..22f029d 100644 --- a/scss/moodle/course.scss +++ b/scss/moodle/course.scss @@ -674,7 +674,10 @@ span.editinstructions { } .coursebox .content .courseimage img { - max-width: 100px; +/* +Retirado por MGBF, para evitar tamanho reduzido na lista de cursos na categoria +max-width: 100px; + */ max-height: 100px; } diff --git a/style/moodle.css b/style/moodle.css index 189ab48..86f1308 100644 --- a/style/moodle.css +++ b/style/moodle.css @@ -12139,7 +12139,7 @@ span.editinstructions { width: 40%; } .coursebox .content .courseimage img { - max-width: 100px; +/* max-width: 100px;*/ max-height: 100px; } .coursebox .content .coursecat,