From 8deec8835fcaa60619c26a7231ee5f74e673f948 Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Thu, 15 Sep 2016 16:11:58 +0100 Subject: [PATCH] MDL-55913 themes: Long week names overflow main region. --- theme/boost/scss/moodle/course.scss | 8 -------- theme/bootstrapbase/less/moodle/course.less | 6 ------ theme/bootstrapbase/style/moodle.css | 6 ------ 3 files changed, 20 deletions(-) diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index 04c13e6cf74..02f9ff7098a 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -457,14 +457,6 @@ li.section.hidden span.commands a.editing_show { cursor: default; } -ul.weeks h3.sectionname { - white-space: nowrap; -} - -.editing ul.weeks h3.sectionname { - white-space: normal; -} - .single-section h3.sectionname { text-align: center; clear: both; diff --git a/theme/bootstrapbase/less/moodle/course.less b/theme/bootstrapbase/less/moodle/course.less index 9811c8fdaa2..6f20586df02 100644 --- a/theme/bootstrapbase/less/moodle/course.less +++ b/theme/bootstrapbase/less/moodle/course.less @@ -366,12 +366,6 @@ li.section.hidden span.commands a.editing_hide, li.section.hidden span.commands a.editing_show { cursor: default; } -ul.weeks h3.sectionname { - white-space: nowrap; -} -.editing ul.weeks h3.sectionname { - white-space: normal; -} .single-section h3.sectionname { text-align: center; diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index 76a4b080f7e..4a9648b2944 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -3953,12 +3953,6 @@ li.section.hidden span.commands a.editing_hide, li.section.hidden span.commands a.editing_show { cursor: default; } -ul.weeks h3.sectionname { - white-space: nowrap; -} -.editing ul.weeks h3.sectionname { - white-space: normal; -} .single-section h3.sectionname { text-align: center; clear: both;