Commit fa859075 by Matjaz Gregoric

Merge pull request #53 from open-craft/hgse-lms-theme-fix

Add an extra selector to fix CSS rule ambiguity
parents e87453b7 6ffbf053
...@@ -31,7 +31,7 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty { ...@@ -31,7 +31,7 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty {
margin-bottom: 1.41575em; margin-bottom: 1.41575em;
} }
.themed-xblock.mentoring .choices-list { .themed-xblock.mentoring .questionnaire .choices-list {
display: table; display: table;
width: 100%; width: 100%;
border-spacing: 0; border-spacing: 0;
...@@ -54,7 +54,7 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty { ...@@ -54,7 +54,7 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty {
vertical-align: top; vertical-align: top;
} }
.themed-xblock.mentoring .choice-tips { .themed-xblock.mentoring .choice-tips-container .choice-tips {
position: relative; position: relative;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment