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
d41f5042
Commit
d41f5042
authored
Apr 05, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - resolving margin-top issue with views that don't have a masthead
parent
1a68d516
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
cms/static/sass/views/_subsection.scss
+4
-0
cms/static/sass/views/_unit.scss
+2
-3
No files found.
cms/static/sass/views/_subsection.scss
View file @
d41f5042
...
@@ -3,6 +3,10 @@
...
@@ -3,6 +3,10 @@
body
.course.subsection
{
body
.course.subsection
{
.main-wrapper
{
margin-top
:
(
$baseline
*
2
);
}
.unit-settings
{
.unit-settings
{
.window-contents
{
.window-contents
{
padding
:
10px
20px
;
padding
:
10px
20px
;
...
...
cms/static/sass/views/_unit.scss
View file @
d41f5042
...
@@ -3,9 +3,8 @@
...
@@ -3,9 +3,8 @@
body
.course.unit
{
body
.course.unit
{
.unit
.main-wrapper
{
.main-wrapper
{
@include
clearfix
();
margin-top
:
(
$baseline
*
2
);
margin
:
40px
;
}
}
//Problem Selector tab menu requirements
//Problem Selector tab menu requirements
...
...
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