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
a21f01f4
Commit
a21f01f4
authored
Feb 15, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more style for the progress list
--HG-- branch : templates-profilecleanup
parent
efac6740
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
sass/_profile.scss
+11
-5
No files found.
sass/_profile.scss
View file @
a21f01f4
...
...
@@ -59,28 +59,34 @@ div.profile-wrapper {
>
ol
{
list-style
:
none
;
border-top
:
1px
solid
#e3e3e3
;
margin-top
:
lh
();
>
li
{
border-bottom
:
1px
solid
#e3e3e3
;
padding
:
lh
()
0
;
width
:
100%
;
display
:
table
;
@extend
.clearfix
;
h2
{
float
:
left
;
display
:
table-cell
;
padding
:
0
;
margin
:
0
;
width
:
flex-grid
(
2
,
9
);
margin-right
:
flex-gutter
(
9
);
padding-right
:
flex-gutter
(
9
);
border-right
:
1px
dotted
#ccc
;
@include
box-sizing
(
border-box
);
}
ol
.sections
{
float
:
left
;
padding-left
:
flex-gutter
(
9
);
display
:
table-cell
;
list-style
:
none
;
width
:
flex-grid
(
7
,
9
);
>
li
{
border-bottom
:
1px
solid
#e3e3e3
;
padding
:
lh
()
0
;
padding
:
0
0
lh
()
0
;
&
:first-child
{
padding-top
:
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