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
28aaa889
Commit
28aaa889
authored
Jul 20, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make site fluid, add new homepage image
parent
11dae275
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
6 deletions
+10
-6
lms/static/images/homepage-bg.jpg
+0
-0
lms/static/sass/_course_about.scss
+2
-1
lms/static/sass/_courses.scss
+1
-0
lms/static/sass/_home.scss
+1
-1
lms/static/sass/_password_reset.scss
+1
-1
lms/static/sass/base/_base.scss
+1
-1
lms/static/sass/shared/_footer.scss
+2
-1
lms/static/sass/shared/_header.scss
+2
-1
No files found.
lms/static/images/homepage-bg.jpg
View replaced file @
11dae275
View file @
28aaa889
245 KB
|
W:
|
H:
158 KB
|
W:
|
H:
2-up
Swipe
Onion skin
lms/static/sass/_course_about.scss
View file @
28aaa889
...
...
@@ -25,8 +25,9 @@
@include
clearfix
;
margin
:
0
auto
;
max-width
:
1200px
;
min-width
:
760px
;
position
:
relative
;
width
:
grid-width
(
12
)
;
width
:
100%
;
z-index
:
2
;
...
...
lms/static/sass/_courses.scss
View file @
28aaa889
...
...
@@ -15,6 +15,7 @@
height
:
120px
;
margin
:
0
auto
;
max-width
:
1200px
;
min-width
:
760px
;
padding-top
:
200px
;
position
:
relative
;
text-align
:
center
;
...
...
lms/static/sass/_home.scss
View file @
28aaa889
...
...
@@ -19,7 +19,7 @@
margin
:
0
auto
;
padding
:
200px
10px
0px
;
position
:
relative
;
width
:
grid-width
(
12
)
;
width
:
100%
;
}
.title
{
...
...
lms/static/sass/_password_reset.scss
View file @
28aaa889
...
...
@@ -6,7 +6,7 @@
@include
box-shadow
(
0
5px
50px
0
rgba
(
0
,
0
,
0
,
0
.3
));
margin
:
120px
auto
0
;
padding
:
0px
40px
40px
;
width
:
grid-width
(
5
);
width
:
flex-grid
(
5
);
header
{
margin-bottom
:
30px
;
...
...
lms/static/sass/base/_base.scss
View file @
28aaa889
...
...
@@ -83,7 +83,7 @@ a:link, a:visited {
@include
clearfix
;
margin
:
0
auto
0
;
padding
:
0px
10px
;
width
:
grid-width
(
12
);
max-
width
:
grid-width
(
12
);
}
span
.edx
{
...
...
lms/static/sass/shared/_footer.scss
View file @
28aaa889
...
...
@@ -15,7 +15,8 @@ footer {
max-width
:
1200px
;
margin
:
0
auto
;
padding
:
30px
10px
0
;
width
:
grid-width
(
12
);
max-width
:
grid-width
(
12
);
min-width
:
760px
;
.top
{
border-bottom
:
1px
solid
rgb
(
200
,
200
,
200
);
...
...
lms/static/sass/shared/_header.scss
View file @
28aaa889
...
...
@@ -13,7 +13,8 @@ header.global {
margin
:
0
auto
;
max-width
:
1200px
;
padding
:
14px
10px
0px
;
width
:
grid-width
(
12
);
max-width
:
grid-width
(
12
);
min-width
:
760px
;
}
h1
.logo
{
...
...
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