Merge pull request #136 from edx/fix/btalbot/xmodule-showanswer
Problem Show Answer/Check Button Line Height Syncing
This commit is contained in:
@@ -14,7 +14,7 @@ body {
|
||||
color: $gray-d2;
|
||||
}
|
||||
|
||||
body, input {
|
||||
body, input, button {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
@@ -551,14 +551,19 @@ section.problem {
|
||||
section.action {
|
||||
margin-top: 20px;
|
||||
|
||||
input.save {
|
||||
.save, .check, .show {
|
||||
height: ($baseline*2);
|
||||
font-weight: 600;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.save {
|
||||
@extend .blue-button;
|
||||
}
|
||||
|
||||
button.show {
|
||||
height: ($baseline*2);
|
||||
.show {
|
||||
|
||||
span {
|
||||
.show-label {
|
||||
font-size: 1.0em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user