Merge pull request #136 from edx/fix/btalbot/xmodule-showanswer

Problem Show Answer/Check Button Line Height Syncing
This commit is contained in:
Brian Talbot
2013-06-12 08:56:08 -07:00
2 changed files with 10 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ body {
color: $gray-d2;
}
body, input {
body, input, button {
font-family: 'Open Sans', sans-serif;
}

View File

@@ -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;
}