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
db5c187a
Commit
db5c187a
authored
Jul 19, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #220 from MITx/mm-university-profile-courses-display
Fix display of courses on university profile pages.
parents
2d71a716
a8e7f12b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
lms/static/sass/shared/_course_object.scss
+11
-0
lms/templates/university_profile/base.html
+1
-1
No files found.
lms/static/sass/shared/_course_object.scss
View file @
db5c187a
...
...
@@ -206,4 +206,15 @@
}
}
}
.university-courses
{
.course
{
width
:
flex-grid
(
4
);
margin-right
:
flex-gutter
();
float
:
left
;
&
:nth-child
(
3n
+
3
)
{
margin-right
:
0
;
}
}
}
}
lms/templates/university_profile/base.html
View file @
db5c187a
...
...
@@ -10,7 +10,7 @@
<
%
block
name=
"university_description"
/>
</article>
</section>
<section
class=
"courses"
>
<section
class=
"courses
university-courses
"
>
%for course in courses:
<
%
include
file=
"../course.html"
args=
"course=course"
/>
%endfor
...
...
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