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
2b61eebf
Commit
2b61eebf
authored
Jul 19, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some style for the university blurbs and made the course boxes a little higher
parent
af4813a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
lms/static/sass/_courses.scss
+8
-0
lms/static/sass/shared/_course_object.scss
+5
-5
lms/templates/university_profile/base.html
+4
-6
No files found.
lms/static/sass/_courses.scss
View file @
2b61eebf
...
...
@@ -79,4 +79,12 @@
}
}
}
section
.message
{
border-top
:
1px
solid
rgb
(
220
,
220
,
220
);
@include
clearfix
;
margin-top
:
20px
;
padding-top
:
60px
;
@include
columns
(
2
20px
);
}
}
lms/static/sass/shared/_course_object.scss
View file @
2b61eebf
...
...
@@ -47,7 +47,7 @@
.inner-wrapper
{
border
:
1px
solid
rgba
(
255
,
255
,
255
,
1
);
height
:
100%
;
height
:
18
0px
;
height
:
20
0px
;
overflow
:
hidden
;
position
:
relative
;
}
...
...
@@ -132,7 +132,7 @@
.info
{
background
:
rgb
(
255
,
255
,
255
);
height
:
18
0px
+
130px
;
height
:
22
0px
+
130px
;
left
:
0px
;
position
:
absolute
;
top
:
0px
;
...
...
@@ -140,7 +140,7 @@
width
:
100%
;
.cover-image
{
height
:
18
0px
;
height
:
20
0px
;
overflow
:
hidden
;
width
:
100%
;
...
...
@@ -153,7 +153,7 @@
.desc
{
@include
box-sizing
(
border-box
);
height
:
1
0
0px
;
height
:
1
2
0px
;
overflow
:
hidden
;
padding
:
10px
10px
12px
10px
;
position
:
relative
;
...
...
@@ -197,7 +197,7 @@
@include
box-shadow
(
0
1px
16px
0
rgba
(
$blue
,
0
.4
));
.info
{
top
:
-1
3
0px
;
top
:
-1
5
0px
;
}
.meta-info
{
...
...
lms/templates/university_profile/base.html
View file @
2b61eebf
...
...
@@ -3,17 +3,15 @@
<section
class=
"find-courses"
>
<
%
block
name=
"university_header"
/>
<br/>
<section
class=
"container"
>
<section
class=
"message left"
>
<article>
<
%
block
name=
"university_description"
/>
</article>
</section>
<section
class=
"courses university-courses"
>
%for course in courses:
<
%
include
file=
"../course.html"
args=
"course=course"
/>
%endfor
</section>
<section
class=
"message left"
>
<
%
block
name=
"university_description"
/>
</section>
</section>
</section>
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