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
4800aca5
Commit
4800aca5
authored
Aug 31, 2012
by
kimth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #609 from MITx/features/kfiedler/mark-graded
Features/kfiedler/mark graded
parents
05015a13
e7a7c713
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
lms/static/images/graded.png
+0
-0
lms/static/sass/course/courseware/_sidebar.scss
+12
-0
No files found.
lms/static/images/graded.png
0 → 100644
View file @
4800aca5
571 Bytes
lms/static/sass/course/courseware/_sidebar.scss
View file @
4800aca5
...
@@ -180,6 +180,18 @@ section.course-index {
...
@@ -180,6 +180,18 @@ section.course-index {
font-weight
:
normal
;
font-weight
:
normal
;
}
}
}
}
&
.graded
{
>
a
{
background-image
:
url('../images/graded.png')
;
background-repeat
:
no-repeat
;
background-position
:
97%
center
;
}
&
.active
>
a
{
@include
background-image
(
url('../images/graded.png')
,
linear-gradient
(
top
,
#e6e6e6
,
#d6d6d6
));
}
}
}
}
}
}
}
}
...
...
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