Commit 615aadbb by Braden MacDonald

Fix alignment of font awesome icons, checkbox, and text

parent cc823f77
...@@ -78,10 +78,13 @@ ...@@ -78,10 +78,13 @@
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
width: 28px; width: 28px;
padding-top: 3px;
padding-right: 5px;
} }
.mentoring .choice-label { .mentoring .choice-label {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
line-height: 1.3; line-height: 1.3;
padding-top: 4px;
} }
...@@ -2,3 +2,8 @@ ...@@ -2,3 +2,8 @@
.mentoring .questionnaire .feedback { .mentoring .questionnaire .feedback {
box-sizing: content-box; /* Avoid a global reset to border-box found on Apros */ box-sizing: content-box; /* Avoid a global reset to border-box found on Apros */
} }
.themed-xblock.mentoring .choices-list .choice-selector {
padding: 4px 3px 0 3px;
font-size: 16px;
}
...@@ -42,7 +42,6 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty { ...@@ -42,7 +42,6 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty {
vertical-align: middle; vertical-align: middle;
width: 100%; width: 100%;
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 2px;
} }
.themed-xblock.mentoring .choice-label span.low { .themed-xblock.mentoring .choice-label span.low {
......
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