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
1b25be65
Commit
1b25be65
authored
Jul 08, 2014
by
Brian Talbot
Committed by
David Baumgold
Sep 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revising markup and styling for listing header on LMS course dashboard
parent
19356ffd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletions
+26
-1
lms/static/sass/multicourse/_dashboard.scss
+22
-0
lms/templates/dashboard.html
+4
-1
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
1b25be65
...
...
@@ -308,6 +308,28 @@
margin-bottom
:
30px
;
}
// my courses title
.my-courses-title
{
@include
clearfix
();
}
.my-courses-title-label
{
display
:
inline-block
;
vertical-align
:
middle
;
width
:
flex-grid
(
6
,
9
);
}
.my-courses-title-description
{
@extend
%t-title7
;
display
:
inline-block
;
vertical-align
:
middle
;
width
:
flex-grid
(
3
,
9
);
text-transform
:
lowercase
;
text-align
:
right
;
letter-spacing
:
0
;
color
:
$lighter-base-font-color
;
}
.empty-dashboard-message
{
padding
:
60px
0px
;
text-align
:
center
;
...
...
lms/templates/dashboard.html
View file @
1b25be65
...
...
@@ -291,7 +291,10 @@
<section
class=
"my-courses"
id=
"my-courses"
>
<header>
<div
style=
"display:flex"
><h2>
${_("Courses")}
</h2><div
style=
"flex-grow:1"
></div><div
style=
"font-size: 13px; color: #646464;"
>
${_("ordered by recent activity")}
</div></div>
<h2
class=
"my-courses-title"
>
<span
class=
"my-courses-title-label"
>
${_("Courses")}
</span>
<span
class=
"my-courses-title-description"
>
${_("ordered by recent activity")}
</span>
</h2>
</header>
% if len(course_enrollment_pairs) > 0:
...
...
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