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
37e0d98f
Commit
37e0d98f
authored
Dec 20, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
course listings - new html and css for ordering - wip
parent
89527281
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
lms/static/sass/shared/_course_object.scss
+17
-0
lms/templates/static_templates/_courses-newlisting.html
+0
-0
No files found.
lms/static/sass/shared/_course_object.scss
View file @
37e0d98f
...
@@ -13,6 +13,23 @@
...
@@ -13,6 +13,23 @@
}
}
}
}
.courses-listing
{
@include
clearfix
();
margin
:
0
;
padding
:
0
;
list-style
:
none
;
.courses-listing-item
{
width
:
flex-grid
(
4
);
margin-right
:
flex-gutter
();
float
:
left
;
&
:nth-child
(
3n
+
3
)
{
margin-right
:
0
;
}
}
}
.course
{
.course
{
background
:
rgb
(
250
,
250
,
250
);
background
:
rgb
(
250
,
250
,
250
);
border
:
1px
solid
rgb
(
180
,
180
,
180
);
border
:
1px
solid
rgb
(
180
,
180
,
180
);
...
...
lms/templates/static_templates/_courses-newlisting.html
0 → 100644
View file @
37e0d98f
This diff is collapsed.
Click to expand it.
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