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
3b9993eb
Commit
3b9993eb
authored
Aug 20, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
started new nav styles
parent
8b597de7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
14 deletions
+27
-14
lms/static/sass/course/base/_base.scss
+6
-0
lms/static/sass/course/courseware/_courseware.scss
+14
-0
lms/static/sass/course/layout/_courseware_header.scss
+6
-7
lms/static/sass/course/layout/_courseware_subnav.scss
+1
-7
No files found.
lms/static/sass/course/base/_base.scss
View file @
3b9993eb
body
{
min-width
:
980px
;
background
:
#f7f7f7
;
}
body
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
p
a
:link
,
p
a
:visited
,
a
{
...
...
@@ -11,6 +12,11 @@ table {
table-layout
:
fixed
;
}
.content-wrapper
{
background
:
none
;
border
:
none
;
}
.container
{
padding
:
lh
(
2
);
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
3b9993eb
...
...
@@ -3,8 +3,22 @@ html {
max-height
:
100%
;
}
div
.info-wrapper
{
padding
:
40px
;
box-sizing
:
border-box
;
border-radius
:
3px
;
background
:
#fff
;
@include
box-shadow
(
0
1px
25px
rgba
(
0
,
0
,
0
,
.1
));
}
div
.course-wrapper
{
@extend
.table-wrapper
;
padding
:
40px
;
box-sizing
:
border-box
;
border-radius
:
3px
;
background
:
#fff
;
@include
box-shadow
(
0
1px
25px
rgba
(
0
,
0
,
0
,
.1
));
ul
,
ol
{
list-style
:
none
;
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
3b9993eb
...
...
@@ -2,7 +2,7 @@ nav.course-material {
@include
clearfix
;
@include
box-sizing
(
border-box
);
background
:
#f6f6f6
;
border-bottom
:
1px
solid
rgb
(
200
,
200
,
200
)
;
border-bottom
:
none
;
margin
:
0px
auto
0px
;
padding
:
0px
;
width
:
100%
;
...
...
@@ -28,7 +28,7 @@ nav.course-material {
text-align
:
center
;
padding
:
8px
13px
12px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
bold
;
text-decoration
:
none
;
text-shadow
:
0
1px
rgb
(
255
,
255
,
255
);
...
...
@@ -37,11 +37,6 @@ nav.course-material {
}
&
.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
;
}
}
...
...
@@ -58,6 +53,10 @@ nav.course-material {
}
.global
{
background
:
none
!
important
;
border
:
none
!
important
;
box-shadow
:
none
!
important
;
.find-courses-button
{
display
:
none
;
}
...
...
lms/static/sass/course/layout/_courseware_subnav.scss
View file @
3b9993eb
nav
.course-material
{
@include
clearfix
;
@include
box-sizing
(
border-box
);
background
:
#f6f6f6
;
border-bottom
:
1px
solid
rgb
(
200
,
200
,
200
);
background
:
none
;
margin
:
0px
auto
0px
;
padding
:
0px
;
width
:
100%
;
...
...
@@ -37,11 +36,6 @@ nav.course-material {
}
&
.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
;
}
}
...
...
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