Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e641d2c6
Commit
e641d2c6
authored
Jun 12, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #136 from edx/fix/btalbot/xmodule-showanswer
Problem Show Answer/Check Button Line Height Syncing
parents
b11e7483
14100ba1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
cms/static/sass/_base.scss
+1
-1
common/lib/xmodule/xmodule/css/capa/display.scss
+9
-4
No files found.
cms/static/sass/_base.scss
View file @
e641d2c6
...
@@ -14,7 +14,7 @@ body {
...
@@ -14,7 +14,7 @@ body {
color
:
$gray-d2
;
color
:
$gray-d2
;
}
}
body
,
input
{
body
,
input
,
button
{
font-family
:
'Open Sans'
,
sans-serif
;
font-family
:
'Open Sans'
,
sans-serif
;
}
}
...
...
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
e641d2c6
...
@@ -551,14 +551,19 @@ section.problem {
...
@@ -551,14 +551,19 @@ section.problem {
section
.action
{
section
.action
{
margin-top
:
20px
;
margin-top
:
20px
;
input
.save
{
.save
,
.check
,
.show
{
height
:
(
$baseline
*
2
);
font-weight
:
600
;
vertical-align
:
middle
;
}
.save
{
@extend
.blue-button
;
@extend
.blue-button
;
}
}
button
.show
{
.show
{
height
:
(
$baseline
*
2
);
span
{
.show-label
{
font-size
:
1
.0em
;
font-size
:
1
.0em
;
font-weight
:
600
;
font-weight
:
600
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment