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
600aff59
Commit
600aff59
authored
Jul 16, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imporves course object header typography
parent
96361c3f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
16 deletions
+21
-16
lms/static/sass/_course_about.scss
+2
-2
lms/static/sass/_courses.scss
+1
-1
lms/static/sass/_courseware_subnav.scss
+0
-0
lms/static/sass/application.css
+7
-7
lms/static/sass/application.scss
+2
-2
lms/static/sass/shared_styles/_course_object.scss
+5
-0
lms/templates/courses.html
+1
-1
lms/templates/university_profile.html
+3
-3
No files found.
lms/static/sass/_course_about.scss
View file @
600aff59
...
...
@@ -243,12 +243,12 @@
border
:
1px
solid
rgb
(
200
,
200
,
200
);
border-top
:
none
;
float
:
left
;
padding
:
20
px
20px
30px
;
padding
:
16
px
20px
30px
;
width
:
flex-grid
(
4
);
header
{
margin-bottom
:
30px
;
padding-bottom
:
20
px
;
padding-bottom
:
16
px
;
position
:
relative
;
text-align
:
center
;
...
...
lms/static/sass/_courses.scss
View file @
600aff59
...
...
@@ -4,7 +4,7 @@
header
.search
{
background
:
rgb
(
240
,
240
,
240
);
@include
background-image
(
url('/static/images/shot-2-large.jpg')
);
//
@include background-image(url('/static/images/shot-2-large.jpg'));
background-size
:
cover
;
border-bottom
:
1px
solid
rgb
(
100
,
100
,
100
);
@include
box-shadow
(
inset
0
-1px
8px
0
rgba
(
0
,
0
,
0
,
0
.2
)
,
inset
0
1px
12px
0
rgba
(
0
,
0
,
0
,
0
.3
));
...
...
lms/static/sass/_course
_object
.scss
→
lms/static/sass/_course
ware_subnav
.scss
View file @
600aff59
File moved
lms/static/sass/application.css
View file @
600aff59
...
...
@@ -2108,6 +2108,7 @@ header.global {
clear
:
both
;
}
.highlighted-courses
.courses
.course
.meta-info
p
,
.find-courses
.courses
.course
.meta-info
p
{
color
:
white
;
font-style
:
italic
;
line-height
:
1.2em
;
padding
:
4px
12px
5px
;
}
.highlighted-courses
.courses
.course
.inner-wrapper
,
.find-courses
.courses
.course
.inner-wrapper
{
...
...
@@ -2142,7 +2143,11 @@ header.global {
top
:
0px
;
}
.highlighted-courses
.courses
.course
header
.course-preview
>
a
hgroup
h2
,
.find-courses
.courses
.course
header
.course-preview
>
a
hgroup
h2
{
color
:
#3c3c3c
;
font-family
:
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
;
font-size
:
1em
;
font-weight
:
700
;
margin-bottom
:
0px
;
overflow
:
hidden
;
padding-top
:
9px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0.6
);
text-overflow
:
ellipsis
;
...
...
@@ -4173,11 +4178,6 @@ nav.course-material {
padding-bottom
:
60px
;
}
.find-courses
header
.search
,
.university-profile
header
.search
{
background
:
#f0f0f0
;
background-image
:
url("/static/images/shot-2-large.jpg")
;
background-image
:
url("/static/images/shot-2-large.jpg")
;
background-image
:
url("/static/images/shot-2-large.jpg")
;
background-image
:
url("/static/images/shot-2-large.jpg")
;
background-image
:
url("/static/images/shot-2-large.jpg")
;
background-size
:
cover
;
border-bottom
:
1px
solid
#646464
;
-webkit-box-shadow
:
inset
0
-1px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
inset
0
1px
12px
0
rgba
(
0
,
0
,
0
,
0.3
);
...
...
@@ -4590,11 +4590,11 @@ nav.course-material {
border
:
1px
solid
#c8c8c8
;
border-top
:
none
;
float
:
left
;
padding
:
20
px
20px
30px
;
padding
:
16
px
20px
30px
;
width
:
31.984%
;
}
.course-info
.course-sidebar
header
{
margin-bottom
:
30px
;
padding-bottom
:
20
px
;
padding-bottom
:
16
px
;
position
:
relative
;
text-align
:
center
;
}
.course-info
.course-sidebar
header
::after
{
...
...
lms/static/sass/application.scss
View file @
600aff59
...
...
@@ -13,14 +13,14 @@
@import
'shared_styles/shared_forms'
;
@import
'shared_styles/shared_footer'
;
@import
'shared_styles/shared_header'
;
@import
'shared_styles/
shared_list_of_courses
'
;
@import
'shared_styles/
course_object
'
;
@import
'shared_styles/shared_course_filter'
;
@import
'shared_styles/shared_modal'
;
@import
'shared_styles/activation_messages'
;
@import
'home'
;
@import
'dashboard'
;
@import
'course
_object
'
;
@import
'course
ware_subnav
'
;
@import
'courses'
;
@import
'course_about'
;
@import
'jobs'
;
...
...
lms/static/sass/shared_styles/_
shared_list_of_courses
.scss
→
lms/static/sass/shared_styles/_
course_object
.scss
View file @
600aff59
...
...
@@ -33,6 +33,7 @@
p
{
color
:
rgb
(
255
,
255
,
255
);
font-style
:
italic
;
line-height
:
1
.2em
;
padding
:
4px
12px
5px
;
}
...
...
@@ -69,7 +70,11 @@
h2
{
color
:
$base-font-color
;
font-family
:
$sans-serif
;
font-size
:
1em
;
font-weight
:
700
;
margin-bottom
:
0px
;
overflow
:
hidden
;
padding-top
:
9px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
text-overflow
:
ellipsis
;
...
...
lms/templates/courses.html
View file @
600aff59
...
...
@@ -3,7 +3,7 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<section
class=
"find-courses"
>
<header
class=
"search"
>
<header
class=
"search"
style=
"background: url('/static/images/shot-2-large.jpg')"
>
<div
class=
"inner-wrapper main-search"
>
<hgroup>
<div
class=
"logo"
>
...
...
lms/templates/university_profile.html
View file @
600aff59
...
...
@@ -3,13 +3,13 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<section
class=
"university-profile"
>
<header
class=
"search"
>
<header
class=
"search"
style=
"background: url('/static/images/shot-5-large.jpg')"
>
<div
class=
"inner-wrapper university-search"
>
<hgroup>
<div
class=
"logo"
>
<img
src=
"${static.url('images/
harvard
.png')}"
/>
<img
src=
"${static.url('images/
mit
.png')}"
/>
</div>
<h1>
HarvardX
</h1>
<h1>
MITx
</h1>
</hgroup>
</div>
</header>
...
...
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