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
ee92ba07
Commit
ee92ba07
authored
Aug 20, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new sequence nav; new courseware sidebar; new textbook styling; fixed gradebook glitch
parent
0f6c31b4
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
19 deletions
+46
-19
lms/static/sass/course/_gradebook.scss
+3
-0
lms/static/sass/course/_info.scss
+1
-1
lms/static/sass/course/_textbook.scss
+11
-8
lms/static/sass/course/base/_extends.scss
+1
-1
lms/static/sass/course/courseware/_courseware.scss
+11
-0
lms/static/sass/course/courseware/_sidebar.scss
+19
-9
No files found.
lms/static/sass/course/_gradebook.scss
View file @
ee92ba07
...
...
@@ -6,6 +6,9 @@ div.gradebook-wrapper {
section
.gradebook-content
{
@extend
.content
;
display
:
block
;
width
:
100%
;
@include
clearfix
;
.student-search
{
padding
:
0
20px
0
15px
;
...
...
lms/static/sass/course/_info.scss
View file @
ee92ba07
...
...
@@ -69,7 +69,7 @@ div.info-wrapper {
section
.handouts
{
@extend
.sidebar
;
@include
border-radius
(
0
4px
4px
0
);
border-
right
:
0
;
border-
left
:
1px
solid
#ddd
;
@include
box-shadow
(
none
);
font-size
:
14px
;
...
...
lms/static/sass/course/_textbook.scss
View file @
ee92ba07
div
.book-wrapper
{
@extend
.table-wrapper
;
#open_close_accordion
{
display
:
none
;
}
section
.book-sidebar
{
@extend
.sidebar
;
@extend
.tran
;
@include
box-sizing
(
border-box
);
padding
:
10px
0
;
border-radius
:
3px
0
0
3px
;
border-right
:
1px
solid
#ccc
;
ul
#booknav
{
font-size
:
em
(
14
);
...
...
@@ -50,7 +57,7 @@ div.book-wrapper {
div
.hitarea
{
background-image
:
url('../images/treeview-default.gif')
;
margin-left
:
-22px
;
position
:
relative
;
top
:
4px
;
...
...
@@ -63,27 +70,23 @@ div.book-wrapper {
ul
{
background
:
none
;
margin-top
:
lh
(
.25
);
border-top
:
1px
solid
$border-color
;
padding-top
:
lh
(
.25
);
li
{
padding-bottom
:
lh
(
.25
)
;
padding-bottom
:
10px
;
}
}
}
>
li
{
border-bottom
:
1px
solid
$border-color
;
padding
:
7px
7px
7px
30
px
;
padding
:
5px
6px
;
margin
:
0
16px
5px
25
px
;
}
}
}
section
.book
{
@extend
.content
;
padding-bottom
:
0
;
padding-right
:
0
;
padding-top
:
0
;
nav
{
@extend
.clearfix
;
...
...
lms/static/sass/course/base/_extends.scss
View file @
ee92ba07
...
...
@@ -54,7 +54,7 @@ h1.top-header {
text-transform
:
none
;
font-family
:
$sans-serif
;
text-align
:
left
;
font-style
:
italic
;
font-style
:
normal
;
}
a
{
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
ee92ba07
...
...
@@ -12,6 +12,7 @@ div.course-wrapper {
section
.course-content
{
@extend
.content
;
padding-top
:
0
!
important
;
@include
border-radius
(
0
4px
4px
0
);
h1
{
...
...
@@ -45,6 +46,7 @@ div.course-wrapper {
ol
.vert-mod
{
padding
:
0
;
margin
:
0
;
line-height
:
1
.4
;
>
li
{
@extend
.clearfix
;
...
...
@@ -210,3 +212,12 @@ div.course-wrapper {
}
}
}
.xmodule_VideoModule
{
margin-bottom
:
30px
;
}
lms/static/sass/course/courseware/_sidebar.scss
View file @
ee92ba07
...
...
@@ -90,8 +90,7 @@ section.course-index {
li
{
border-bottom
:
0
;
@include
border-radius
(
0
);
margin-bottom
:
lh
(
.5
);
line-height
:
1
.4
;
margin-bottom
:
4px
;
a
{
background
:
transparent
;
...
...
@@ -105,20 +104,18 @@ section.course-index {
font-weight
:
bold
;
font-family
:
$sans-serif
;
margin-bottom
:
0
;
line-height
:
1
.3
;
span
.subtitle
{
color
:
#666
;
font-size
:
13px
;
font-weight
:
normal
;
display
:
block
;
}
}
&
:hover
{
&
:after
{
opacity
:
1
;
right
:
15px
;
@include
transition
();
}
background
:
#fff
;
>
a
p
{
color
:
#333
;
...
...
@@ -138,10 +135,23 @@ section.course-index {
&
.active
{
font-weight
:
bold
;
&
:after
{
content
:
'›'
;
position
:
absolute
;
top
:
50%
;
right
:
20px
;
margin-top
:
-13px
;
font-size
:
30px
;
font-weight
:
normal
;
color
:
#333
;
opacity
:
0
;
@include
transition
();
}
>
a
{
border
:
none
;
border
:
1px
solid
#bbb
;
@include
box-shadow
(
0
1px
0
rgba
(
255
,
255
,
255
,
.35
)
inset
);
@include
linear-gradient
(
top
,
#
ddd
,
#bbb
);
@include
linear-gradient
(
top
,
#
e6e6e6
,
#d6d6d6
);
&
:after
{
opacity
:
1
;
...
...
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