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
393044fb
Commit
393044fb
authored
Mar 29, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned up some css
parent
17e84aae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
43 deletions
+43
-43
static/css/application.css
+25
-25
templates/sass/courseware/_sequence-nav.scss
+18
-18
No files found.
static/css/application.css
View file @
393044fb
...
...
@@ -2937,23 +2937,23 @@ section.course-content div.video-subtitles.closed ol.subtitles {
height
:
0
;
}
nav
.sequence-nav
{
margin-bottom
:
22.652px
;
position
:
relative
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
box-sizing
:
border-box
;
margin-bottom
:
22.652px
;
position
:
relative
;
}
nav
.sequence-nav
ol
{
display
:
table
;
width
:
100%
;
border-bottom
:
1px
solid
#e4d080
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
table
;
padding-right
:
8.696%
;
border-bottom
:
1px
solid
#e4d080
;
}
width
:
100%
;
}
nav
.sequence-nav
ol
li
{
min-width
:
20px
;
border-left
:
1px
solid
#e4d080
;
display
:
table-cell
;
border-left
:
1px
solid
#e4d080
;
}
min-width
:
20px
;
}
nav
.sequence-nav
ol
li
:first-child
{
border-left
:
none
;
}
nav
.sequence-nav
ol
li
.inactive
,
nav
.sequence-nav
ol
li
a
.seq_video_inactive
,
nav
.sequence-nav
ol
li
a
.seq_other_inactive
,
nav
.sequence-nav
ol
li
a
.seq_vertical_inactive
,
nav
.sequence-nav
ol
li
a
.seq_problem_inactive
{
...
...
@@ -2970,11 +2970,11 @@ nav.sequence-nav ol li .visited:hover, nav.sequence-nav ol li a.seq_video_visite
background-color
:
#f6efd4
;
background-position
:
center
center
;
}
nav
.sequence-nav
ol
li
.active
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.courseware
li
.courseware
a
,
div
.header-wrapper
header
nav
.courseware
nav
.sequence-nav
ol
li
.courseware
a
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.book
li
.book
a
,
div
.header-wrapper
header
nav
.book
nav
.sequence-nav
ol
li
.book
a
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.info
li
.info
a
,
div
.header-wrapper
header
nav
.info
nav
.sequence-nav
ol
li
.info
a
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.discussion
li
.discussion
a
,
div
.header-wrapper
header
nav
.discussion
nav
.sequence-nav
ol
li
.discussion
a
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.wiki
li
.wiki
a
,
div
.header-wrapper
header
nav
.wiki
nav
.sequence-nav
ol
li
.wiki
a
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.profile
li
.profile
a
,
div
.header-wrapper
header
nav
.profile
nav
.sequence-nav
ol
li
.profile
a
,
nav
.sequence-nav
ol
li
section
.course-index
div
#accordion
h3
.ui-accordion-header.ui-state-active
,
section
.course-index
div
#accordion
nav
.sequence-nav
ol
li
h3
.ui-accordion-header.ui-state-active
,
nav
.sequence-nav
ol
li
section
.course-index
div
#accordion
div
#wiki_panel
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
],
section
.course-index
div
#accordion
div
#wiki_panel
nav
.sequence-nav
ol
li
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
],
nav
.sequence-nav
ol
li
div
#wiki_panel
section
.course-index
div
#accordion
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
],
div
#wiki_panel
section
.course-index
div
#accordion
nav
.sequence-nav
ol
li
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
],
nav
.sequence-nav
ol
li
a
.seq_video_active
,
nav
.sequence-nav
ol
li
a
.seq_other_active
,
nav
.sequence-nav
ol
li
a
.seq_vertical_active
,
nav
.sequence-nav
ol
li
a
.seq_problem_active
{
background-color
:
#fff
;
background-repeat
:
no-repeat
;
-webkit-box-shadow
:
0
1px
0
white
;
-moz-box-shadow
:
0
1px
0
white
;
box-shadow
:
0
1px
0
white
;
background-color
:
#fff
;
background-repeat
:
no-repeat
;
}
box-shadow
:
0
1px
0
white
;
}
nav
.sequence-nav
ol
li
.active
:hover
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.courseware
li
.courseware
a
:hover
,
div
.header-wrapper
header
nav
.courseware
nav
.sequence-nav
ol
li
.courseware
a
:hover
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.book
li
.book
a
:hover
,
div
.header-wrapper
header
nav
.book
nav
.sequence-nav
ol
li
.book
a
:hover
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.info
li
.info
a
:hover
,
div
.header-wrapper
header
nav
.info
nav
.sequence-nav
ol
li
.info
a
:hover
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.discussion
li
.discussion
a
:hover
,
div
.header-wrapper
header
nav
.discussion
nav
.sequence-nav
ol
li
.discussion
a
:hover
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.wiki
li
.wiki
a
:hover
,
div
.header-wrapper
header
nav
.wiki
nav
.sequence-nav
ol
li
.wiki
a
:hover
,
nav
.sequence-nav
ol
div
.header-wrapper
header
nav
.profile
li
.profile
a
:hover
,
div
.header-wrapper
header
nav
.profile
nav
.sequence-nav
ol
li
.profile
a
:hover
,
nav
.sequence-nav
ol
li
section
.course-index
div
#accordion
h3
.ui-accordion-header.ui-state-active
:hover
,
section
.course-index
div
#accordion
nav
.sequence-nav
ol
li
h3
.ui-accordion-header.ui-state-active
:hover
,
nav
.sequence-nav
ol
li
section
.course-index
div
#accordion
div
#wiki_panel
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
]
:hover
,
section
.course-index
div
#accordion
div
#wiki_panel
nav
.sequence-nav
ol
li
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
]
:hover
,
nav
.sequence-nav
ol
li
div
#wiki_panel
section
.course-index
div
#accordion
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
]
:hover
,
div
#wiki_panel
section
.course-index
div
#accordion
nav
.sequence-nav
ol
li
input
.ui-accordion-header.ui-state-active
[
type
=
"button"
]
:hover
,
nav
.sequence-nav
ol
li
a
.seq_video_active
:hover
,
nav
.sequence-nav
ol
li
a
.seq_other_active
:hover
,
nav
.sequence-nav
ol
li
a
.seq_vertical_active
:hover
,
nav
.sequence-nav
ol
li
a
.seq_problem_active
:hover
{
background-color
:
#fff
;
background-position
:
center
;
}
...
...
@@ -3065,8 +3065,8 @@ nav.sequence-nav ol li p {
white-space
:
pre-wrap
;
z-index
:
99
;
}
nav
.sequence-nav
ol
li
p
.shown
{
opacity
:
1
;
margin-top
:
4px
;
}
margin-top
:
4px
;
opacity
:
1
;
}
nav
.sequence-nav
ol
li
p
:empty
{
background
:
none
;
}
nav
.sequence-nav
ol
li
p
:empty::after
{
...
...
@@ -3076,9 +3076,9 @@ nav.sequence-nav ol li p::after {
content
:
" "
;
display
:
block
;
height
:
10px
;
left
:
18px
;
position
:
absolute
;
top
:
-5px
;
left
:
18px
;
-webkit-transform
:
rotate
(
45deg
);
-moz-transform
:
rotate
(
45deg
);
-ms-transform
:
rotate
(
45deg
);
...
...
@@ -3087,13 +3087,13 @@ nav.sequence-nav ol li p::after {
width
:
10px
;
}
nav
.sequence-nav
ul
{
margin-right
:
1px
;
width
:
8.696%
;
position
:
absolute
;
right
:
0
;
top
:
0
;
right
:
0
;
}
width
:
8.696%
;
}
nav
.sequence-nav
ul
li
{
width
:
50%
;
float
:
left
;
}
float
:
left
;
width
:
50%
;
}
nav
.sequence-nav
ul
li
.prev
a
,
nav
.sequence-nav
ul
li
.next
a
{
background-color
:
#f2e7bf
;
background-position
:
center
center
;
...
...
@@ -3109,10 +3109,10 @@ nav.sequence-nav ul li.prev a, nav.sequence-nav ul li.next a {
display
:
block
;
text-indent
:
-9999px
;
}
nav
.sequence-nav
ul
li
.prev
a
:hover
,
nav
.sequence-nav
ul
li
.next
a
:hover
{
text-decoration
:
none
;
background-color
:
none
;
color
:
#7e691a
;
text-decoration
:
none
;
background-color
:
none
;
}
text-decoration
:
none
;
}
nav
.sequence-nav
ul
li
.prev
a
.disabled
,
nav
.sequence-nav
ul
li
.next
a
.disabled
{
cursor
:
normal
;
opacity
:
.4
;
}
...
...
@@ -3128,8 +3128,8 @@ nav.sequence-nav ul li.next a:hover {
section
.course-content
div
#seq_content
{
margin-bottom
:
60px
;
}
section
.course-content
nav
.sequence-bottom
{
position
:
relative
;
bottom
:
-22.652px
;
}
bottom
:
-22.652px
;
position
:
relative
;
}
section
.course-content
nav
.sequence-bottom
ul
{
background-color
:
#f2e7bf
;
background-color
:
#f2e7bf
;
...
...
@@ -3155,10 +3155,9 @@ section.course-content nav.sequence-bottom ul li.prev a, section.course-content
background-repeat
:
no-repeat
;
border-bottom
:
none
;
display
:
block
;
display
:
block
;
padding
:
16.989px
4px
;
text-indent
:
-9999px
;
width
:
45px
;
display
:
block
;
-webkit-transition-property
:
all
;
-moz-transition-property
:
all
;
-ms-transition-property
:
all
;
...
...
@@ -3178,7 +3177,8 @@ section.course-content nav.sequence-bottom ul li.prev a, section.course-content
-moz-transition-delay
:
0
;
-ms-transition-delay
:
0
;
-o-transition-delay
:
0
;
transition-delay
:
0
;
}
transition-delay
:
0
;
width
:
45px
;
}
section
.course-content
nav
.sequence-bottom
ul
li
.prev
a
:hover
,
section
.course-content
nav
.sequence-bottom
ul
li
.next
a
:hover
{
background-color
:
#eddfaa
;
color
:
#7e691a
;
...
...
templates/sass/courseware/_sequence-nav.scss
View file @
393044fb
nav
.sequence-nav
{
@extend
.topbar
;
@include
box-sizing
(
border-box
);
margin-bottom
:
$body-line-height
;
position
:
relative
;
@include
box-sizing
(
border-box
);
ol
{
display
:
table
;
width
:
100%
;
border-bottom
:
1px
solid
darken
(
$cream
,
20%
);
@include
box-sizing
(
border-box
);
display
:
table
;
padding-right
:
flex-grid
(
1
,
9
);
border-bottom
:
1px
solid
darken
(
$cream
,
20%
)
;
width
:
100%
;
a
{
@extend
.block-link
;
}
li
{
min-width
:
20px
;
display
:
table-cell
;
border-left
:
1px
solid
darken
(
$cream
,
20%
);
// @include box-shadow(1px 0 0 lighten($cream, 10%));
display
:
table-cell
;
min-width
:
20px
;
&
:first-child
{
border-left
:
none
;
}
...
...
@@ -44,9 +44,9 @@ nav.sequence-nav {
}
.active
{
@include
box-shadow
(
0
1px
0
#fff
);
background-color
:
#fff
;
background-repeat
:
no-repeat
;
@include
box-shadow
(
0
1px
0
#fff
);
&
:hover
{
background-color
:
#fff
;
...
...
@@ -142,8 +142,8 @@ nav.sequence-nav {
z-index
:
99
;
&
.shown
{
opacity
:
1
;
margin-top
:
4px
;
opacity
:
1
;
}
&
:empty
{
...
...
@@ -159,9 +159,9 @@ nav.sequence-nav {
content
:
" "
;
display
:
block
;
height
:
10px
;
left
:
18px
;
position
:
absolute
;
top
:
-5px
;
left
:
18px
;
@include
transform
(
rotate
(
45deg
));
width
:
10px
;
}
...
...
@@ -171,14 +171,14 @@ nav.sequence-nav {
ul
{
margin-right
:
1px
;
width
:
flex-grid
(
1
,
9
);
position
:
absolute
;
top
:
0
;
right
:
0
;
top
:
0
;
width
:
flex-grid
(
1
,
9
);
li
{
width
:
50%
;
float
:
left
;
width
:
50%
;
&
.prev
,
&
.next
{
...
...
@@ -194,10 +194,10 @@ nav.sequence-nav {
text-indent
:
-9999px
;
&
:hover
{
text-decoration
:
none
;
background-color
:
none
;
color
:
darken
(
$cream
,
60%
);
text-decoration
:
none
;
background-color
:
none
;
text-decoration
:
none
;
}
&
.disabled
{
...
...
@@ -238,8 +238,8 @@ section.course-content {
}
nav
.sequence-bottom
{
position
:
relative
;
bottom
:
(
-
(
lh
()));
position
:
relative
;
ul
{
@extend
.clearfix
;
...
...
@@ -264,11 +264,11 @@ section.course-content {
background-repeat
:
no-repeat
;
border-bottom
:
none
;
display
:
block
;
display
:
block
;
padding
:
lh
(
.75
)
4px
;
text-indent
:
-9999px
;
width
:
45px
;
display
:
block
;
@include
transition
(
all
,
.4s
,
$ease-in-out-quad
);
width
:
45px
;
&
:hover
{
background-color
:
darken
(
$cream
,
10%
);
...
...
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