From 6ffbf05379572e21690215274289f553cbb92ae3 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Tue, 28 Jul 2015 00:14:11 -0700 Subject: [PATCH] Add an extra selector to fix CSS rule ambiguity --- problem_builder/public/themes/lms.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/problem_builder/public/themes/lms.css b/problem_builder/public/themes/lms.css index 15c33a46..56a79999 100644 --- a/problem_builder/public/themes/lms.css +++ b/problem_builder/public/themes/lms.css @@ -31,7 +31,7 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty { margin-bottom: 1.41575em; } -.themed-xblock.mentoring .choices-list { +.themed-xblock.mentoring .questionnaire .choices-list { display: table; width: 100%; border-spacing: 0; @@ -54,7 +54,7 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty { vertical-align: top; } -.themed-xblock.mentoring .choice-tips { +.themed-xblock.mentoring .choice-tips-container .choice-tips { position: relative; }