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
9e915213
Commit
9e915213
authored
Jul 02, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing sequence arrow nav styling so that previous and next arrows more easily click-able
parent
111fd9b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
common/lib/xmodule/xmodule/css/sequence/display.scss
+4
-5
No files found.
common/lib/xmodule/xmodule/css/sequence/display.scss
View file @
9e915213
...
...
@@ -2,7 +2,7 @@ nav.sequence-nav {
// TODO (cpennington): This doesn't work anymore. XModules aren't able to
// import from external sources.
@extend
.topbar
;
margin
:
-4px
0
30px
;
margin
:
-4px
30px
30px
30px
;
position
:
relative
;
border-bottom
:
none
;
...
...
@@ -35,7 +35,7 @@ nav.sequence-nav {
z-index
:
99
;
border
:
1px
solid
#ccc
;
height
:
44px
;
margin
:
0
30px
;
margin
:
0
;
@include
linear-gradient
(
top
,
#ddd
,
#eee
);
@include
box-shadow
(
0
1px
3px
rgba
(
0
,
0
,
0
,
.1
)
inset
);
}
...
...
@@ -259,9 +259,8 @@ nav.sequence-nav {
}
&
.prev
{
left
:
-
1
0px
;
left
:
-
4
0px
;
border-radius
:
35px
0
0
35px
;
a
{
background-image
:
url('../images/sequence-nav/previous-icon.png')
;
background-position
:
center
15px
;
...
...
@@ -269,7 +268,7 @@ nav.sequence-nav {
}
&
.next
{
right
:
-
1
0px
;
right
:
-
4
0px
;
border-radius
:
0
35px
35px
0
;
a
{
...
...
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