From 8353186f4ef08153a664376d41606efe47cafaac Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Tue, 12 Nov 2013 15:56:40 +0800 Subject: [PATCH] MDL-42711 theme port from LM: reimplemented fixes from MDLSITE-2451 to align group icons in forumpost css class (forum/blog). --- theme/bootstrapbase/less/moodle/modules.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/bootstrapbase/less/moodle/modules.less b/theme/bootstrapbase/less/moodle/modules.less index 85ab5981d8e..8f059c1b077 100644 --- a/theme/bootstrapbase/less/moodle/modules.less +++ b/theme/bootstrapbase/less/moodle/modules.less @@ -17,6 +17,14 @@ select { .forumpost { .well; padding: 6px; + .header { + margin-bottom: 3px; + } + .maincontent { + .left { + padding: 0 10px 0 10px; + } + } } .forumpost .row .left {