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
9a17d234
Commit
9a17d234
authored
Feb 13, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merged with default
--HG-- branch : templates-ernie-global-intro-video
parents
b4737eb1
b30dc6fe
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
61 additions
and
31 deletions
+61
-31
activation_active.html
+2
-0
activation_complete.html
+1
-0
activation_invalid.html
+2
-0
index.html
+2
-0
main.html
+1
-1
sass/_activation.scss
+15
-0
sass/_layout.scss
+38
-30
No files found.
activation_active.html
View file @
9a17d234
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"bodyclass"
>
activation
</
%
block>
<section
class=
"activation"
>
<h1>
Account already active!
</h1>
<!-- <p>Now go <a href="/">log in</a> and try the course!</a></p> -->
...
...
activation_complete.html
View file @
9a17d234
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"bodyclass"
>
activation
</
%
block>
<section
class=
"activation"
>
<h1>
Activation Complete!
</h1>
<!-- <p>Now go <a href="/">log in</a> and try the course!</a></p> -->
...
...
activation_invalid.html
View file @
9a17d234
<
%
inherit
file=
"main.html"
/>
<
%
block
name=
"body-class"
>
activation
</
%
block>
<section
class=
"activation"
>
<h1>
Activation Invalid
</h1>
...
...
index.html
View file @
9a17d234
<
%
inherit
file=
"marketing.html"
/>
<
%
block
name=
"body-class"
>
activation
</
%
block>
<
%
block
name=
"header_text"
>
<section
class=
"course"
>
<section>
...
...
main.html
View file @
9a17d234
...
...
@@ -38,7 +38,7 @@
</head>
<body>
<body
class=
"<%block name="
bodyclass
"
/>
"
>
${self.body()}
<
%
block
name=
"bodyextra"
/>
...
...
sass/_activation.scss
View file @
9a17d234
body
.activation
{
footer
{
max-width
:
600px
;
text-align
:
center
;
p
{
float
:
none
;
}
ul
{
display
:
none
;
}
}
}
section
.activation
{
@extend
.wrapper
;
@include
box-shadow
(
0
1px
0
#fff
);
...
...
sass/_layout.scss
View file @
9a17d234
...
...
@@ -133,49 +133,57 @@ html {
max-width
:
100%
;
height
:
auto
;
}
}
footer
{
@extend
.clearfix
;
@extend
.wrapper
;
@include
box-sizing
(
border-box
);
color
:
#777
;
margin-top
:
$body-line-height
;
padding
:
0
$body-line-height
;
p
{
float
:
left
;
footer
{
@extend
.clearfix
;
@extend
.wrapper
;
@include
box-sizing
(
border-box
);
color
:
#777
;
margin-top
:
$body-line-height
;
padding
:
0
$body-line-height
;
a
{
color
:
#444
;
p
{
float
:
left
;
&
:link
,
&
:visited
{
a
{
color
:
#444
;
}
&
:hover
,
&
:focus
{
color
:
#000
;
&
:link
,
&
:visited
{
color
:
#444
;
}
&
:hover
,
&
:focus
{
color
:
#000
;
}
}
}
}
ul
{
float
:
right
;
ul
{
float
:
right
;
li
{
display
:
inline-block
;
margin-right
:
20px
;
li
{
display
:
inline-block
;
margin-right
:
20px
;
a
{
color
:
#444
;
a
{
color
:
#444
;
&
:link
,
&
:visited
{
color
:
#444
;
}
&
:link
,
&
:visited
{
color
:
#444
;
}
&
:hover
,
&
:focus
{
color
:
#000
;
&
:hover
,
&
:focus
{
color
:
#000
;
}
}
}
}
}
&
.activation
{
footer
{
ul
{
display
:
none
;
}
}
}
...
...
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