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
b41ab37c
Commit
b41ab37c
authored
Nov 30, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed padding on a few buttons
parent
fbbf9e9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
cms/static/sass/_courseware.scss
+2
-2
cms/static/sass/_dashboard.scss
+1
-0
No files found.
cms/static/sass/_courseware.scss
View file @
b41ab37c
...
...
@@ -151,13 +151,13 @@ input.courseware-unit-search-input {
.save-button
{
@include
blue-button
;
padding
:
7px
20px
7
px
;
padding
:
10px
20
px
;
margin-right
:
5px
;
}
.cancel-button
{
@include
white-button
;
padding
:
7px
20px
7
px
;
padding
:
10px
20
px
;
}
}
...
...
cms/static/sass/_dashboard.scss
View file @
b41ab37c
...
...
@@ -89,6 +89,7 @@
.new-course-save
{
@include
blue-button
;
// padding: ;
}
.new-course-cancel
{
...
...
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