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
ee0cbf66
Commit
ee0cbf66
authored
Aug 10, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a cleaner arrow implementation
parent
4eefa733
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
15 deletions
+10
-15
lms/static/sass/multicourse/_dashboard.scss
+9
-14
lms/templates/dashboard.html
+1
-1
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
ee0cbf66
...
...
@@ -203,28 +203,23 @@
display
:
block
;
left
:
0px
;
position
:
absolute
;
z-index
:
50
;
top
:
0px
;
@include
transition
(
all
,
0
.15s
,
linear
);
right
:
0px
;
}
.arrow
{
border-top
:
8px
solid
;
border-left
:
8px
solid
;
border-color
:
rgba
(
0
,
0
,
0
,
0
.7
);
@include
box-shadow
(
inset
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.8
)
,
-1px
0
1px
0
rgba
(
255
,
255
,
255
,
0
.8
));
content
:
""
;
display
:
block
;
height
:
55px
;
left
:
50%
;
margin-left
:
-10px
;
margin-top
:
-30px
;
opacity
:
0
;
position
:
absolute
;
top
:
50%
;
@include
transform
(
rotate
(
-45deg
));
z-index
:
100
;
width
:
100%
;
font-size
:
70px
;
line-height
:
110px
;
text-align
:
center
;
text-decoration
:
none
;
color
:
rgba
(
0
,
0
,
0
,
.7
);
opacity
:
0
;
@include
transition
(
all
,
0
.15s
,
linear
);
width
:
55px
;
}
&
:hover
{
...
...
lms/templates/dashboard.html
View file @
ee0cbf66
...
...
@@ -73,7 +73,7 @@
%
>
<a
href=
"${course_target}"
class=
"cover"
style=
"background-image: url('${course_image_url(course)}')"
>
<div
class=
"shade"
></div>
<div
class=
"arrow"
></div>
<div
class=
"arrow"
>
❯
</div>
</a>
<section
class=
"info"
>
<hgroup>
...
...
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