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
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
ee0cbf66
Commit
ee0cbf66
authored
12 years ago
by
Tom Giannattasio
Browse files
Options
Downloads
Patches
Plain Diff
added a cleaner arrow implementation
parent
4eefa733
Branches
Branches containing commit
Tags
release-2021-02-01-14.31
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/static/sass/multicourse/_dashboard.scss
+9
-14
9 additions, 14 deletions
lms/static/sass/multicourse/_dashboard.scss
lms/templates/dashboard.html
+1
-1
1 addition, 1 deletion
lms/templates/dashboard.html
with
10 additions
and
15 deletions
lms/static/sass/multicourse/_dashboard.scss
+
9
−
14
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
{
...
...
This diff is collapsed.
Click to expand it.
lms/templates/dashboard.html
+
1
−
1
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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