|
710 | 710 | } |
711 | 711 |
|
712 | 712 | .xmodule_display.xmodule_ProblemBlock div.problem ul { |
| 713 | + padding-left: 1em; |
713 | 714 | margin-bottom: lh(); |
714 | 715 | margin-left: .75em; |
715 | 716 | margin-left: .75rem; |
716 | 717 | list-style: disc outside none; |
717 | 718 | } |
718 | 719 |
|
719 | 720 | .xmodule_display.xmodule_ProblemBlock div.problem ol { |
| 721 | + padding-left: 1em; |
720 | 722 | margin-bottom: lh(); |
721 | 723 | margin-left: .75em; |
722 | 724 | margin-left: .75rem; |
|
753 | 755 | margin: lh() 0; |
754 | 756 | border-collapse: collapse; |
755 | 757 | table-layout: auto; |
| 758 | + max-width: 100%; |
756 | 759 | } |
757 | 760 |
|
758 | 761 | .xmodule_display.xmodule_ProblemBlock div.problem table td.cont-justified-left, |
|
801 | 804 |
|
802 | 805 | .xmodule_display.xmodule_ProblemBlock div.problem code { |
803 | 806 | margin: 0 2px; |
804 | | - padding: 0px 5px; |
| 807 | + padding: 0 5px; |
805 | 808 | border: 1px solid #eaeaea; |
806 | 809 | border-radius: 3px; |
807 | 810 | background-color: var(--gray-l6, #f8f8f8); |
|
1195 | 1198 | color: var(--uxpl-gray-dark, #111111); |
1196 | 1199 | } |
1197 | 1200 |
|
1198 | | -.xmodule_display.xmodule_ProblemBlock div.problem .notification.problem-hint li { |
| 1201 | +.xmodule_display.xmodule_ProblemBlock div.problem .notification.problem-hint li[class*="hint-index-"] { |
1199 | 1202 | color: var(--uxpl-gray-base, #414141); |
1200 | 1203 | } |
1201 | 1204 |
|
1202 | | -.xmodule_display.xmodule_ProblemBlock div.problem .notification.problem-hint li strong { |
| 1205 | +.xmodule_display.xmodule_ProblemBlock div.problem .notification.problem-hint li[class*="hint-index-"] > strong { |
1203 | 1206 | color: var(--uxpl-gray-dark, #111111); |
1204 | 1207 | } |
1205 | 1208 |
|
|
1225 | 1228 | margin-bottom: calc(var(--baseline, 20px) / 4); |
1226 | 1229 | } |
1227 | 1230 |
|
| 1231 | +.xmodule_display.xmodule_ProblemBlock div.problem .notification li[class*="hint-index-"] ul, |
| 1232 | +.xmodule_display.xmodule_ProblemBlock div.problem .notification li[class*="hint-index-"] ol { |
| 1233 | + padding: 0 0 0 1em; |
| 1234 | + margin-left: .75rem; |
| 1235 | +} |
| 1236 | + |
| 1237 | +.xmodule_display.xmodule_ProblemBlock div.problem .notification li[class*="hint-index-"] ol { |
| 1238 | + list-style: decimal outside none; |
| 1239 | +} |
| 1240 | + |
1228 | 1241 | .xmodule_display.xmodule_ProblemBlock div.problem .notification .notification-btn-wrapper { |
1229 | 1242 | float: right; |
1230 | 1243 | } |
|
0 commit comments