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
a58a0475
Commit
a58a0475
authored
Aug 14, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved global nav class
parent
5aefda8d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
87 additions
and
27 deletions
+87
-27
lms/static/sass/course.scss
+1
-1
lms/static/sass/course/base/_extends.scss
+0
-26
lms/static/sass/course/layout/_courseware_header.scss
+86
-0
No files found.
lms/static/sass/course.scss
View file @
a58a0475
...
...
@@ -10,7 +10,7 @@
@import
'shared/tooltips'
;
// Course base / layout styles
@import
'course/layout/courseware_
subnav
'
;
@import
'course/layout/courseware_
header
'
;
@import
'course/base/base'
;
@import
'course/base/extends'
;
@import
'module/module-styles.scss'
;
...
...
lms/static/sass/course/base/_extends.scss
View file @
a58a0475
...
...
@@ -173,29 +173,3 @@ h1.top-header {
@include
transition
(
all
,
.2s
,
$ease-in-out-quad
);
}
.global
{
.find-courses-button
{
display
:
none
;
}
h2
{
display
:
block
;
float
:
left
;
font-size
:
0
.9em
;
font-weight
:
600
;
letter-spacing
:
0
;
line-height
:
40px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-shadow
:
0
1px
0
#fff
;
text-transform
:
none
;
white-space
:
nowrap
;
width
:
700px
;
.provider
{
font
:
inherit
;
font-weight
:
bold
;
color
:
#6d6d6d
;
}
}
}
lms/static/sass/course/layout/_courseware_header.scss
0 → 100644
View file @
a58a0475
nav
.course-material
{
@include
clearfix
;
@include
box-sizing
(
border-box
);
background
:
#f6f6f6
;
border-bottom
:
1px
solid
rgb
(
200
,
200
,
200
);
margin
:
0px
auto
0px
;
padding
:
0px
;
width
:
100%
;
.inner-wrapper
{
margin
:
0
auto
;
max-width
:
1200px
;
width
:
flex-grid
(
12
);
}
ol
.course-tabs
{
@include
border-top-radius
(
4px
);
@include
clearfix
;
padding
:
10px
0
0
0
;
li
{
float
:
left
;
list-style
:
none
;
a
{
color
:
darken
(
$lighter-base-font-color
,
20%
);
display
:
block
;
text-align
:
center
;
padding
:
8px
13px
12px
;
font-size
:
14px
;
font-weight
:
400
;
text-decoration
:
none
;
text-shadow
:
0
1px
rgb
(
255
,
255
,
255
);
&
:hover
{
color
:
$base-font-color
;
}
&
.active
{
background
:
rgb
(
255
,
255
,
255
);
border
:
1px
solid
rgb
(
200
,
200
,
200
);
border-bottom
:
0px
;
@include
border-top-radius
(
4px
);
@include
box-shadow
(
0
2px
0
0
rgba
(
255
,
255
,
255
,
1
));
color
:
$blue
;
}
}
}
}
}
.course-content
{
margin-top
:
30px
;
.courseware
{
min-height
:
300px
;
}
}
.global
{
.find-courses-button
{
display
:
none
;
}
h2
{
display
:
block
;
width
:
700px
;
float
:
left
;
font-size
:
0
.9em
;
font-weight
:
600
;
line-height
:
40px
;
letter-spacing
:
0
;
text-transform
:
none
;
text-shadow
:
0
1px
0
#fff
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
.provider
{
font
:
inherit
;
font-weight
:
bold
;
color
:
#6d6d6d
;
}
}
}
\ No newline at end of file
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