From b4e5fcf5e2293e21a3c46d3cf49fb316f131127c Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Thu, 25 Aug 2016 11:19:02 +0800 Subject: [PATCH] MDL-55711 theme_noname: CSS fix for settings block Make the branches and leaves line up. Part of MDL-55071 --- theme/noname/scss/moodle/course.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/noname/scss/moodle/course.scss b/theme/noname/scss/moodle/course.scss index 3b037fe9cc3..032679ec2c5 100644 --- a/theme/noname/scss/moodle/course.scss +++ b/theme/noname/scss/moodle/course.scss @@ -12,6 +12,10 @@ .section-modchooser { clear: both; } + +.block_tree .tree_item.branch { + margin-left: 8px; +} .section_add_menus .horizontal div, .section_add_menus .horizontal form { display: inline;