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
bd4190f5
Commit
bd4190f5
authored
Feb 22, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merged hgeads
parents
14b902db
06fa36ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
11 deletions
+15
-11
profile.html
+1
-1
sass/_profile.scss
+14
-10
No files found.
profile.html
View file @
bd4190f5
...
...
@@ -89,7 +89,7 @@ $(function() {
<section
class=
"course-info"
>
<h1>
Course Progress
</h1>
<div
id=
"grade-detail-graph"
style=
"width:650px;height:200px;"
></div>
<div
id=
"grade-detail-graph"
></div>
<ol
class=
"chapters"
>
%for chapter in chapters:
...
...
sass/_profile.scss
View file @
bd4190f5
...
...
@@ -4,7 +4,7 @@ div.profile-wrapper {
section
.user-info
{
@extend
.sidebar
;
@include
border-radius
(
0px
4px
0px
4px
);
@include
border-radius
(
0px
4px
4px
0
);
border-left
:
1px
solid
#d3d3d3
;
border-right
:
0
;
...
...
@@ -59,32 +59,37 @@ div.profile-wrapper {
@extend
.top-header
;
}
div
#grade-detail-graph
{
width
:
100%
;
min-height
:
300px
;
}
>
ol
{
list-style
:
none
;
border-top
:
1px
solid
#e3e3e3
;
list-style
:
none
;
margin-top
:
lh
();
>
li
{
@extend
.clearfix
;
border-bottom
:
1px
solid
#e3e3e3
;
display
:
table
;
padding
:
lh
()
0
;
width
:
100%
;
display
:
table
;
@extend
.clearfix
;
h2
{
border-right
:
1px
dotted
#ccc
;
@include
box-sizing
(
border-box
);
display
:
table-cell
;
padding
:
0
;
margin
:
0
;
width
:
flex-grid
(
2
,
9
)
;
padding
:
0
;
padding-right
:
flex-gutter
(
9
);
border-right
:
1px
dotted
#ccc
;
@include
box-sizing
(
border-box
);
width
:
flex-grid
(
2
,
9
);
}
ol
.sections
{
padding-left
:
flex-gutter
(
9
);
display
:
table-cell
;
list-style
:
none
;
padding-left
:
flex-gutter
(
9
);
width
:
flex-grid
(
7
,
9
);
>
li
{
...
...
@@ -114,6 +119,5 @@ div.profile-wrapper {
}
}
}
}
}
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