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
163eb9d4
Commit
163eb9d4
authored
Aug 23, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bottom sequence nav buttons and firefox outling bug
parent
bc005e5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
18 deletions
+28
-18
common/lib/xmodule/xmodule/css/sequence/display.scss
+26
-16
lms/static/sass/course/layout/_courseware_header.scss
+2
-2
No files found.
common/lib/xmodule/xmodule/css/sequence/display.scss
View file @
163eb9d4
...
...
@@ -298,14 +298,16 @@ nav.sequence-bottom {
ul
{
@extend
.clearfix
;
border
:
1px
solid
$border-color
;
@include
border-radius
(
3px
);
@include
inline-block
();
width
:
10
0
px
;
width
:
10
3
px
;
li
{
float
:
left
;
width
:
50%
;
width
:
50px
;
height
:
44px
;
border
:
1px
solid
#ccc
;
@include
linear-gradient
(
top
,
#eee
,
#ddd
);
@include
box-shadow
(
0
1px
0
rgba
(
255
,
255
,
255
,
.7
)
inset
);
&
.prev
,
&
.next
{
margin-bottom
:
0
;
...
...
@@ -318,38 +320,39 @@ nav.sequence-bottom {
padding
:
lh
(
.5
)
4px
;
text-indent
:
-9999px
;
@include
transition
(
all
,
.2s
,
$ease-in-out-quad
);
outline
:
0
;
&
:hover
{
background-color
:
#ddd
;
color
:
#000
;
opacity
:
.5
;
text-decoration
:
none
;
background-position
:
center
15px
;
}
&
.disabled
{
opacity
:
.4
;
}
&
:focus
{
outline
:
0
;
}
}
}
&
.prev
{
border-radius
:
35px
0
0
35px
;
a
{
background-image
:
url('../images/sequence-nav/previous-icon.png')
;
border-right
:
1px
solid
lighten
(
#c6c6c6
,
10%
);
&
:hover
{
background-color
:
none
;
}
background-position
:
center
15px
;
}
}
&
.next
{
border-radius
:
0
35px
35px
0
;
border-left
:
none
;
a
{
background-image
:
url('../images/sequence-nav/next-icon.png')
;
&
:hover
{
background-color
:
none
;
}
background-position
:
center
15px
;
}
}
}
...
...
@@ -360,5 +363,12 @@ div.course-wrapper section.course-content ol.vert-mod > li ul.sequence-nav-butto
list-style
:
none
!
important
;
}
.xmodule_SequenceModule
nav
.sequence-bottom
ul
li
.next
a
,
.xmodule_SequenceModule
nav
.sequence-bottom
ul
li
.prev
a
{
outline
:
0
;
&
:focus
{
outline
:
0
;
}
}
lms/static/sass/course/layout/_courseware_header.scss
View file @
163eb9d4
...
...
@@ -86,7 +86,7 @@ header.global.slim {
height
:
40px
;
position
:
absolute
;
right
:
3px
;
top
:
-8px
;
top
:
0
;
width
:
1px
;
}
...
...
@@ -97,7 +97,7 @@ header.global.slim {
height
:
40px
;
position
:
absolute
;
right
:
0px
;
top
:
-12px
;
top
:
0
;
width
:
1px
;
}
}
...
...
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