Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
d0a73267
Commit
d0a73267
authored
12 years ago
by
Galen Frechette
Browse files
Options
Downloads
Patches
Plain Diff
refactors some of the sequence nav styles
parent
709faa47
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/css/application.css
+4
-8
4 additions, 8 deletions
static/css/application.css
templates/sass/courseware/_sequence-nav.scss
+3
-5
3 additions, 5 deletions
templates/sass/courseware/_sequence-nav.scss
with
7 additions
and
13 deletions
static/css/application.css
+
4
−
8
View file @
d0a73267
...
...
@@ -3567,19 +3567,15 @@ div.course-wrapper.closed section.course-content div.video-subtitles ol.subtitle
max-height: 577px; }
nav.sequence-nav {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #e4d080;
margin-bottom: 22.652px;
position: relative;
top: -1px; }
position: relative; }
nav.sequence-nav ol {
border-bottom: 1px solid #e4d080;
border-top: 1px solid #e4d080;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: table;
height: 100%;
padding-right: 8.696%;
width: 100%; }
nav.sequence-nav ol li {
...
...
@@ -3722,8 +3718,8 @@ nav.sequence-nav ol li a:hover p {
margin-top: 4px;
opacity: 1; }
nav.sequence-nav ul {
margin-right: 1px;
list-style: none !important;
height: 100%;
position: absolute;
right: 0;
top: 0;
...
...
This diff is collapsed.
Click to expand it.
templates/sass/courseware/_sequence-nav.scss
+
3
−
5
View file @
d0a73267
nav
.sequence-nav
{
@extend
.topbar
;
@include
box-sizing
(
border-box
);
border-bottom
:
1px
solid
darken
(
$cream
,
20%
);
margin-bottom
:
$body-line-height
;
position
:
relative
;
top
:
-1px
;
ol
{
border-bottom
:
1px
solid
darken
(
$cream
,
20%
);
border-top
:
1px
solid
darken
(
$cream
,
20%
);
@include
box-sizing
(
border-box
);
display
:
table
;
height
:
100%
;
padding-right
:
flex-grid
(
1
,
9
);
width
:
100%
;
...
...
@@ -172,8 +170,8 @@ nav.sequence-nav {
}
ul
{
margin-right
:
1px
;
list-style
:
none
!
important
;
height
:
100%
;
position
:
absolute
;
right
:
0
;
top
:
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment