From 645c3bdd64d0a75c0d8cc85dfafa6ecf679aa421 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 9 Oct 2017 09:49:49 +0800 Subject: [PATCH] MDL-60153 course_format: Remove irrelevant CSS styles * The styles ".course-content ul.topics li.section .right img.icon" and ".course-content ul.weeks li.section .right img.icon" are now kind of irrelevant and are causing course section action menu items in Bootstrapbase to be rendered without spacing between the action menu icon and the label. --- course/format/topics/styles.css | 4 ---- course/format/weeks/styles.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/course/format/topics/styles.css b/course/format/topics/styles.css index 06e18da5fa0..319e883206a 100644 --- a/course/format/topics/styles.css +++ b/course/format/topics/styles.css @@ -13,10 +13,6 @@ padding: 0 6px; } -.course-content ul.topics li.section .right img.icon { - padding: 0 0 4px 0; -} - .course-content ul.topics li.section .left { padding-top: 22px; text-align: right; diff --git a/course/format/weeks/styles.css b/course/format/weeks/styles.css index e7f309d9683..eee188fbffc 100644 --- a/course/format/weeks/styles.css +++ b/course/format/weeks/styles.css @@ -13,10 +13,6 @@ padding: 0 6px; } -.course-content ul.weeks li.section .right img.icon { - padding: 0 0 4px 0; -} - .course-content ul.weeks li.section .left { padding-top: 22px; text-align: right;