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
56e1111a
Commit
56e1111a
authored
Feb 13, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added style for the layout
--HG-- branch : templates-profilecleanup
parent
a8a01ce9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
sass/_profile.scss
+17
-3
No files found.
sass/_profile.scss
View file @
56e1111a
...
...
@@ -52,7 +52,7 @@ div.profile-wrapper {
section
.course-info
{
@extend
.content
;
ol
{
>
ol
{
list-style
:
none
;
>
li
{
...
...
@@ -68,15 +68,28 @@ div.profile-wrapper {
margin-right
:
flex-gutter
(
9
);
}
div
.score
s
{
ol
.section
s
{
float
:
left
;
list-style
:
none
;
width
:
flex-grid
(
7
,
9
);
>
li
{
border-bottom
:
1px
solid
#e3e3e3
;
padding
:
lh
()
0
;
&
:first-child
{
padding-top
:
0
;
}
&
:last-child
{
border-bottom
:
0
;
}
h3
{
color
:
#666
;
}
u
l
{
o
l
{
list-style
:
none
;
li
{
...
...
@@ -84,6 +97,7 @@ div.profile-wrapper {
padding-right
:
1em
;
}
}
}
}
}
}
...
...
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