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
832da3ad
Commit
832da3ad
authored
Jun 12, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syncs styling rules for buttons/inputs to ensure consistency
parent
050846af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
cms/static/sass/_base.scss
+1
-1
common/lib/xmodule/xmodule/css/capa/display.scss
+3
-2
No files found.
cms/static/sass/_base.scss
View file @
832da3ad
...
...
@@ -14,7 +14,7 @@ body {
color
:
$gray-d2
;
}
body
,
input
{
body
,
input
,
button
{
font-family
:
'Open Sans'
,
sans-serif
;
}
...
...
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
832da3ad
...
...
@@ -553,7 +553,8 @@ section.problem {
.save
,
.check
,
.show
{
height
:
(
$baseline
*
2
);
font-weight
:
600
;
font-weight
:
500
;
vertical-align
:
middle
;
}
.save
{
...
...
@@ -564,7 +565,7 @@ section.problem {
.show-label
{
font-size
:
1
.0em
;
font-weight
:
6
00
;
font-weight
:
5
00
;
}
}
...
...
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