From 2a8ab91c703f3c9d6a0b64f20f85db1237694864 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Wed, 13 Nov 2013 11:20:14 +0800 Subject: [PATCH] MDL-42711 theme port from LM: fixed up mod_feedback analysis bar heights from auto to 5px --- theme/bootstrapbase/less/moodle/modules.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/bootstrapbase/less/moodle/modules.less b/theme/bootstrapbase/less/moodle/modules.less index 0a1e1c15ee2..bedba4392dc 100644 --- a/theme/bootstrapbase/less/moodle/modules.less +++ b/theme/bootstrapbase/less/moodle/modules.less @@ -37,6 +37,10 @@ select { } } +.path-mod-feedback .generalbox div table tbody img { + height: 5px; // we should remove the bar height specification in core +} + @media (max-width: 979px) { .path-mod-forum .forumheaderlist { thead .header {