Skip to content
Snippets Groups Projects
Unverified Commit dc19c913 authored by Chris Sangwin's avatar Chris Sangwin Committed by GitHub
Browse files

Merge pull request #1155 from maths/iss-1058

add vertical alignment to inline block feedback
parents 348a135a 2e7585ef
Branches
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ div.stack-hint-content { ...@@ -42,6 +42,7 @@ div.stack-hint-content {
.que.stack .stackinputfeedback.compact { .que.stack .stackinputfeedback.compact {
margin: 3px 3px 3px; margin: 3px 3px 3px;
display: inline-block; display: inline-block;
vertical-align: top;
background-color: white; background-color: white;
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 0.3em; padding: 0.3em;
...@@ -107,6 +108,7 @@ textarea[name=maximavars] { ...@@ -107,6 +108,7 @@ textarea[name=maximavars] {
margin: 0.2em -0.2em 0.5em; margin: 0.2em -0.2em 0.5em;
padding: 0.2em 0.5em 0.2em 0.2em; padding: 0.2em 0.5em 0.2em 0.2em;
display: inline-block; display: inline-block;
vertical-align: top;
} }
.que.stack .formulation .stackprtfeedback .correct, .que.stack .formulation .stackprtfeedback .correct,
.que.stack .formulation .stackprtfeedback .partiallycorrect, .que.stack .formulation .stackprtfeedback .partiallycorrect,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment