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
e9e6b182
Commit
e9e6b182
authored
Aug 20, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new header styles
parent
8b4b1fdd
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
15 deletions
+14
-15
lms/static/sass/course/base/_base.scss
+5
-3
lms/static/sass/course/courseware/_courseware.scss
+0
-8
lms/static/sass/course/layout/_courseware_header.scss
+5
-0
lms/templates/courseware.html
+1
-1
lms/templates/gradebook.html
+1
-1
lms/templates/info.html
+1
-1
lms/templates/profile.html
+1
-1
No files found.
lms/static/sass/course/base/_base.scss
View file @
e9e6b182
...
...
@@ -18,12 +18,14 @@ table {
}
.container
{
padding
:
1
.4em
lh
(
2
)
;
padding
:
1
.4em
0
;
>
div
{
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
box-sizing
:
border-box
;
border-radius
:
3px
;
background
:
#fff
;
@include
box-shadow
(
0
0
1px
1px
rgba
(
0
,
0
,
0
,
.08
)
,
0
1px
10px
rgba
(
0
,
0
,
0
,
0
.1
));
}
}
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
e9e6b182
...
...
@@ -3,14 +3,6 @@ html {
max-height
:
100%
;
}
div
.inner-container
{
padding
:
40px
;
box-sizing
:
border-box
;
border-radius
:
3px
;
background
:
#fff
;
@include
box-shadow
(
0
0
1px
1px
rgba
(
0
,
0
,
0
,
.08
)
,
0
1px
10px
rgba
(
0
,
0
,
0
,
0
.1
));
}
div
.course-wrapper
{
@extend
.table-wrapper
;
padding
:
40px
;
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
e9e6b182
...
...
@@ -17,6 +17,7 @@ nav.course-material {
@include
border-top-radius
(
4px
);
@include
clearfix
;
padding
:
10px
0
0
0
;
margin-left
:
10px
;
li
{
float
:
left
;
...
...
@@ -57,6 +58,10 @@ nav.course-material {
border
:
none
!
important
;
box-shadow
:
none
!
important
;
.logo
{
margin-left
:
13px
!
important
;
}
.find-courses-button
{
display
:
none
;
}
...
...
lms/templates/courseware.html
View file @
e9e6b182
...
...
@@ -32,7 +32,7 @@
<
%
include
file=
"course_navigation.html"
args=
"active_page='courseware'"
/>
<section
class=
"container"
>
<div
class=
"course-wrapper
inner-container
"
>
<div
class=
"course-wrapper"
>
<section
aria-label=
"Course Navigation"
class=
"course-index"
>
<header
id=
"open_close_accordion"
>
<a
href=
"#"
>
close
</a>
...
...
lms/templates/gradebook.html
View file @
e9e6b182
...
...
@@ -31,7 +31,7 @@
<
%
include
file=
"course_navigation.html"
args=
"active_page=''"
/>
<section
class=
"container"
>
<div
class=
"gradebook-wrapper
inner-container
"
>
<div
class=
"gradebook-wrapper"
>
<section
class=
"gradebook-content"
>
<h1>
Gradebook
</h1>
...
...
lms/templates/info.html
View file @
e9e6b182
...
...
@@ -20,7 +20,7 @@ $(document).ready(function(){
</
%
block>
<section
class=
"container"
>
<div
class=
"info-wrapper
inner-container
"
>
<div
class=
"info-wrapper"
>
% if user.is_authenticated():
<section
class=
"updates"
>
<h1>
Course Updates
&
News
</h1>
...
...
lms/templates/profile.html
View file @
e9e6b182
...
...
@@ -113,7 +113,7 @@ $(function() {
<
%
include
file=
"course_navigation.html"
args=
"active_page='profile'"
/>
<section
class=
"container"
>
<div
class=
"profile-wrapper
inner-container
"
>
<div
class=
"profile-wrapper"
>
<section
class=
"course-info"
>
<header>
...
...
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