Skip to content
Snippets Groups Projects
Unverified Commit 2e7585ef authored by George Kinnear's avatar George Kinnear Committed by GitHub
Browse files

add vertical alignment to inline block feedback

parent 348a135a
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